var video1,video2,video3="";
var thumb1,thumb2,thumb3,thumb4,thumb5,thumb6="";
var img_p="<img src='../images/";
var img_f="' alt='' />";
var stretchers = null;

window.onload=function(){
	flash("flash_video","../images/01_Simon_Vita_Ventajas_Sistema.swf","domotica","310","206","8","#FFFFFF");
	recogevideo();
	stretchers = $$('div.accordion');
	stretchers.each(function(item){
	item.setStyles({'height': '0', 'overflow': 'hidden'});
	});
	
	var togglers = $$('div.toggler');
	
	var bgFx = [];
	
	togglers.each(function(toggler, i){
		toggler.defaultColor = toggler.getStyle('background-color');
		
		//fx creation
		bgFx[i] = new Fx.Color(toggler, 'background-color', {wait: false});
	});

	var myAccordion = new Fx.Accordion(togglers, stretchers, { opacity: false, start: false, transition: Fx.Transitions.quadOut,
		
		onActive: function(toggler, i){
			bgFx[i].toColor('#e0542f');
		},
	
		onBackground: function(toggler, i){
			bgFx[i].clearTimer();
			toggler.setStyle('background-color', toggler.defaultColor);
		}
	});		
};

try {
		Window.disableImageCache();
	}catch(e){}

function recogevideo(){
	video1 = document.getElementById("video1");
	video2 = document.getElementById("video2");
	video3 = document.getElementById("video3");

	video1.onclick=function(){clearrollover();flash("flash_video","../images/01_Simon_Vita_Ventajas_Sistema.swf","domotica","310","206","8","#FFFFFF");video1.innerHTML=img_p+"profesional_videos_vita_ventajassistema_btnr.gif"+img_f;};
	
	video2.onclick=function(){clearrollover();flash("flash_video","../images/02_Simon_Vita_ventajas.swf","domotica","310","206","8","#FFFFFF");	video2.innerHTML=img_p+"profesional_videos_vita_ventajasinstalacion_btnr.gif"+img_f;};
	
	video3.onclick=function(){clearrollover();flash("flash_video","../images/03_Simon_Vox_instalacion.swf","domotica","310","206","8","#FFFFFF");video3.innerHTML=img_p+"profesional_videos_vox_ventajasinstalacion_btnr.gif"+img_f;};


}

function clearrollover(){
	video1.innerHTML=img_p+"profesional_videos_vita_ventajassistema_btn.gif"+img_f;
	video2.innerHTML=img_p+"profesional_videos_vita_ventajasinstalacion_btn.gif"+img_f;
	video3.innerHTML=img_p+"profesional_videos_vox_ventajasinstalacion_btn.gif"+img_f;
}