var video1,video2,video3,video4,video5="";
var thumb1,thumb2,thumb3,thumb4,thumb5,thumb6="";
var img_p="<img src='../images/";
var img_f="' alt='' />";


window.onload=function(){
	if(pagina == "hotel"){
		flash("video_flash","../images/03_Vita_negocios.swf","domotica","310","206","8","#FFFFFF");
	} else {
		flash("video_flash","../images/02_Vita_Vivienda.swf","domotica","310","206","8","#FFFFFF");
	}
	recogevideo();
}

function recogevideo(){
	video1 = document.getElementById("video1");
	video2 = document.getElementById("video2");
	video3 = document.getElementById("video3");
	video4 = document.getElementById("video4");
	video5 = document.getElementById("video5");
	
	thumb1 = document.getElementById("vivienda_thumb1");
	thumb2 = document.getElementById("vivienda_thumb2");
	thumb3 = document.getElementById("vivienda_thumb3");
	/*thumb4 = document.getElementById("vivienda_thumb4");
	thumb5 = document.getElementById("vivienda_thumb5");
	thumb6 = document.getElementById("vivienda_thumb6");*/
	
/*
	video1.onmouseover=function(){clearrollover();video1.innerHTML=img_p+"ca/gal1-blau.gif"+img_f;};
	video2.onmouseover=function(){clearrollover();video2.innerHTML=img_p+"ca/gal2-blau.gif"+img_f;};
	video3.onmouseover=function(){clearrollover();video3.innerHTML=img_p+"galeria_videos_vita_negocios_btnr.gif"+img_f;};
	video4.onmouseover=function(){clearrollover();video4.innerHTML=img_p+"galeria_videos_vita_instalacion_btnr.gif"+img_f;};
	video5.onmouseover=function(){clearrollover();video5.innerHTML=img_p+"galeria_videos_vox_quees_btnr.gif"+img_f;};
	
	video1.onmouseout=function(){video1.innerHTML=img_p+"ca/gal1.gif"+img_f;};
	video2.onmouseout=function(){video2.innerHTML=img_p+"ca/gal2.gif"+img_f;};
	video3.onmouseout=function(){video3.innerHTML=img_p+"ca/gal3.gif"+img_f;};
	video4.onmouseout=function(){video4.innerHTML=img_p+"ca/gal4.gif"+img_f;};
	video5.onmouseout=function(){video5.innerHTML=img_p+"ca/gal5.gif"+img_f;};
*/	
	video1.onclick=function(){clearrollover();flash("video_flash","../images/01_Vita_Que_Es.swf","domotica","310","206","8","#FFFFFF");video1.innerHTML=img_p+"ca/gal1-blau.gif"+img_f;};
	video2.onclick=function(){clearrollover();flash("video_flash","../images/02_Vita_Vivienda.swf","domotica","310","206","8","#FFFFFF");	video2.innerHTML=img_p+"ca/gal2-blau.gif"+img_f;};
	video3.onclick=function(){clearrollover();flash("video_flash","../images/03_Vita_negocios.swf","domotica","310","206","8","#FFFFFF");video3.innerHTML=img_p+"ca/gal3-blau.gif"+img_f;};
	video4.onclick=function(){clearrollover();flash("video_flash","../images/04_Vita_instalacion.swf","domotica","310","206","8","#FFFFFF");video4.innerHTML=img_p+"ca/gal4-blau.gif"+img_f;};
	video5.onclick=function(){clearrollover();flash("video_flash","../images/05_Simon_Vox_que_es.swf","domotica","310","206","8","#FFFFFF");video5.innerHTML=img_p+"ca/gal5-blau.gif"+img_f;};
	
	thumb1.onclick=function(){document.getElementById("galeria_imagenes_contenido_imagen").innerHTML = img_p+"negocio langreo.jpg"+img_f; document.getElementById("galeria_imagenes_contenido_texto").innerHTML = '- Domotització del nou estadi de futbol Unión Deportiva Langreo (UDL). <a href="../pdf/VITA_campolangreo.pdf" target="_blank">Fitxa tècnica del projecte.</a>'}
	thumb2.onclick=function(){document.getElementById("galeria_imagenes_contenido_imagen").innerHTML = img_p+"nave_gran.gif"+img_f;document.getElementById("galeria_imagenes_contenido_texto").innerHTML = '- Instal&middot;lació de SimonVIT@ en una planta industrial de Girona. <br> <a href="../pdf/planta_industrial_girona.pdf" target="_blank">Fitxa tècnica del projecte.</a>'}
	thumb3.onclick=function(){document.getElementById("galeria_imagenes_contenido_imagen").innerHTML = img_p+"comerc.jpg"+img_f;document.getElementById("galeria_imagenes_contenido_texto").innerHTML = '- Es decideix instal&middot;lar Simon VIT@ per automatitzar la llum exterior i interior. <a href="../pdf/centro_port.pdf" target="_blank">Fitxa tècnica del projecte.</a>'}
	/*thumb4.onclick=function(){document.getElementById("galeria_imagenes_contenido_imagen").innerHTML = img_p+"vivienda casadecor.jpg"+img_f;}
	thumb5.onclick=function(){document.getElementById("galeria_imagenes_contenido_imagen").innerHTML = img_p+"vivienda casadecor.jpg"+img_f;}
	thumb6.onclick=function(){document.getElementById("galeria_imagenes_contenido_imagen").innerHTML = img_p+"vivienda casadecor.jpg"+img_f;}*/


}

function clearrollover(){
	video1.innerHTML=img_p+"ca/gal1.gif"+img_f;
	video2.innerHTML=img_p+"ca/gal2.gif"+img_f;
	video3.innerHTML=img_p+"ca/gal3.gif"+img_f;
	video4.innerHTML=img_p+"ca/gal4.gif"+img_f;
	video5.innerHTML=img_p+"ca/gal5.gif"+img_f;
}
