var flgctrlima=0; 
var timeoutID;
function imacen_ctrl(cop,ci,cti){
	 if(cop){ 
	 	if(flgctrlima){clearTimeout(timeoutID);}
	 	flgctrlima=0;
		document.getElementById('fenimacen').style.visibility='visible';
		document.fm.imacent.src=ci;
		document.fm.txtcent.size=cti.length+4;
	 	document.fm.txtcent.value=cti;	 
		document.getElementById('fenimacen').style.top=Ypos-(document.imacent.height+80);
		document.getElementById('fenimacen').style.left=300;
	 }else{
	 	if(flgctrlima){flgctrlima=0;document.getElementById('fenimacen').style.visibility='hidden';document.fm.focus();return;}
	 	flgctrlima=1;
		timeoutID=setTimeout("imacen_ctrl(0,'','');",500);
	 }
} 
function actFav(){
	if( navigator.appName!='Microsoft Internet Explorer'){window.sidebar.addPanel("O'dispo","http://www.odispo.com/","");
	}else{window.external.AddFavorite("http://www.odispo.com/","O'dispo");}
}
function envAcc(){window.location="http://www.odispo.com/";}
function checktgc(n,c){
	if(document.getElementById('tgc'+n).checked){
		document.getElementById('tgc'+n).value=c;
		if(document.getElementById('tgcx'+n)){document.getElementById('tgcx'+n).checked=true;}
	}else{
		document.getElementById('tgc'+n).value='';
		if(document.getElementById('tgcx'+n)){document.getElementById('tgcx'+n).checked=false;}
	}	
	if(document.getElementById('tgcx'+n)){checktgctxt();}
}
function affDermin(n,c){
	var txt=document.fm.action;
	var tmpAff=document.fm.aff.value;
	document.fm.aff.value=n;
	document.fm.typ.value=c;
	document.fm.target='blank';
	document.fm.action='promotion-vacances.php';
	document.fm.submit();
	document.fm.target='';
	document.fm.action=txt;
	document.fm.aff.value=tmpAff;
}