function do_init(){
	
	loadPicture();

}

function correctVideoInsert(){
	
		for (swf in insertFlash){
			var flash = document.getElementById(swf); 
			if (flash){ 
				switch(getCookie("lr")){
					case "it":
						flash.innerHTML='<a href="rtsp://rtsp-youtube.l.google.com/CkgLENy73wIaPwmiNPgWlvB8tRMYDSANFEIJbXYtZ29vZ2xlSARSB3Jlc3VsdHNaDkNsaWNrVGh1bWJuYWlsYLP5vsqw_Mf3SQw=/0/0/0/30/video.3gp"><span class="clickhere">Clicca qui per vedere il video</span><img src="templates/main/immagini/noflashazienda.jpg" alt="" width="352" height="288" /></a>';
					break;
					case "es":				
						flash.innerHTML='<a href="rtsp://rtsp-youtube.l.google.com/CkgLENy73wIaPwmiNPgWlvB8tRMYDSANFEIJbXYtZ29vZ2xlSARSB3Jlc3VsdHNaDkNsaWNrVGh1bWJuYWlsYLP5vsqw_Mf3SQw=/0/0/0/30/video.3gp"><span class="clickhere">Clic aqu&iacute; para ver el v&iacute;deo</span><img src="templates/main/immagini/noflashazienda.jpg" alt="" width="352" height="288" /></a>';
					break;				
					default:				
						flash.innerHTML='<a href="rtsp://rtsp-youtube.l.google.com/CkgLENy73wIaPwmiNPgWlvB8tRMYDSANFEIJbXYtZ29vZ2xlSARSB3Jlc3VsdHNaDkNsaWNrVGh1bWJuYWlsYLP5vsqw_Mf3SQw=/0/0/0/30/video.3gp"><span class="clickhere">Click here to watch the video</span><img src="templates/main/immagini/noflashazienda.jpg" alt="" width="352" height="288" /></a>';				
					break;
				}
			}
		}
}

function loadPicture(){

	
	document.getElementById("thumb1").onclick=function(){
		document.getElementById("fotogrande").src="templates/main/immagini/fotoAzienda/azienda_1.jpg";
	}

	document.getElementById("thumb2").onclick=function(){
		document.getElementById("fotogrande").src="templates/main/immagini/fotoAzienda/azienda_2.jpg";
	}

	document.getElementById("thumb3").onclick=function(){
		document.getElementById("fotogrande").src="templates/main/immagini/fotoAzienda/azienda_3.jpg";
	}
	
	document.getElementById("thumb4").onclick=function(){
		document.getElementById("fotogrande").src="templates/main/immagini/fotoAzienda/azienda_4.jpg";
	}

	document.getElementById("thumb5").onclick=function(){
		document.getElementById("fotogrande").src="templates/main/immagini/fotoAzienda/azienda_5.jpg";
	}

	document.getElementById("thumb6").onclick=function(){
		document.getElementById("fotogrande").src="templates/main/immagini/fotoAzienda/azienda_6.jpg";
	}

	document.getElementById("thumb7").onclick=function(){
		document.getElementById("fotogrande").src="templates/main/immagini/fotoAzienda/azienda_7.jpg";
	}

	document.getElementById("thumb8").onclick=function(){
		document.getElementById("fotogrande").src="templates/main/immagini/fotoAzienda/azienda_8.jpg";
	}
	
		document.getElementById("thumb9").onclick=function(){
		document.getElementById("fotogrande").src="templates/main/immagini/fotoAzienda/azienda_9.jpg";
	}
	
		document.getElementById("thumb10").onclick=function(){
		document.getElementById("fotogrande").src="templates/main/immagini/fotoAzienda/azienda_10.jpg";
	}
      
	  	document.getElementById("thumb11").onclick=function(){
		document.getElementById("fotogrande").src="templates/main/immagini/fotoAzienda/azienda_11.jpg";
	}
      
		document.getElementById("thumb12").onclick=function(){
		document.getElementById("fotogrande").src="templates/main/immagini/fotoAzienda/azienda_12.jpg";
	}
      	
}
