var DrpODcalend=0;
var Xpos=0;
var Ypos=0;
var Xp=0;
var Yp=0;
var ODcal="location/calend.php";
function calend(n){
	if(document.getElementById('dvcd').style.visibility=='hidden'){
		document.getElementById('cal').src=ODcal+"?idx="+n;
		document.getElementById('dvcd').style.left=Xpos+10;
		document.getElementById('dvcd').style.top=Ypos-75;
		document.getElementById('dvcd').style.visibility='visible';
		DrpODcalend=n;
	}else{
		if(DrpODcalend!=n){
			document.getElementById('cal').src=ODcal+"?idx="+n;
			document.getElementById('dvcd').style.left=Xpos+10;
			document.getElementById('dvcd').style.top=Ypos-75;
			DrpODcalend=n;
		}else{document.getElementById('dvcd').style.visibility='hidden';DrpODcalend=0;}
	}
}
function inscrit(n){
	if(n){
		document.getElementById('inscri').style.left=300;
		document.getElementById('inscri').style.top=Ypos-205;
		document.getElementById('inscri').style.visibility='visible';
	}else{
		document.getElementById('inscri').style.visibility='hidden';
	}
}
function chgOD(n){window.location="location/calend.php?idx="+n;}
var NumLigSelAnnu=0;
function posit(n,id,ca){
	if(NumLigSelAnnu==n){
		document.getElementById('audiotel').style.visibility='hidden';
		NumLigSelAnnu=0;
	}else{
		NumLigSelAnnu=n;
		document.getElementById('audiotel').style.left=Xpos+10;
		document.getElementById('audiotel').style.top=Ypos+10;
		document.getElementById('audiotel').style.visibility='visible';
		if(ca==""){
			document.getElementById('frmaud').style.height=450;
			document.getElementById('frmaud').src="http://www.odispo.com/annu_odispo/doc-posi.php?REQ_lst="+n+"_"+id;
		}else{
			document.getElementById('frmaud').style.height=450;
			document.getElementById('frmaud').src="http://www.allopass.com/check/red.php4?CA="+ca+"&REQ_lst="+n+"_"+id;
		}
	}
}
function clposit(){document.getElementById('audiotel').style.visibility='hidden';NumLigSelAnnu=0;}
function insfrm(){
	document.write('<div id="audiotel" style="visibility: hidden; position: absolute; border: 1px solid gray; background: white;"><div style=\"width: 320px; background-color: silver;\" title=\"Fermer\"><img src="location/img/bt_supprim.gif" border="0" width="26" height="20" onclick=\"clposit();\"></div><iframe src="" id="frmaud" scrolling="no" frameborder="No" width="320" height="1"></iframe></div>');
}
function mouseMove(evt){
	if (document.layers){Xp=evt.x; Yp=evt.y;} 
	if (document.all){Xp=event.clientX; Yp=event.clientY;}else{if(document.getElementById){Xp=evt.clientX; Yp=evt.clientY;}}
	Ypos=Yp+(document.body.offsetHeight+document.body.scrollTop-window.document.body.offsetHeight);
	Xpos=Xp+(document.body.offsetWidth+document.body.scrollLeft-window.document.body.offsetWidth);
}
if (document.layers){document.captureEvents(Event.MOUSEMOVE);}
if (document.layers || document.all){document.onmousemove = mouseMove;}
if (document.addEventListener){document.addEventListener('mousemove', mouseMove, true);}

