function posmlto(x,dtd,dtf){
	document.getElementById('mltodv').innerHTML='<iframe src="include/fcnt.php?x='+x+'&d='+dtd+'&f='+dtf+'" name="ctrl" id="idctrl" scrolling="no" marginwidth="1" marginheight="1" frameborder="yes" width="630" height="500"></iframe>';
	document.getElementById('mltodv').style.left=10;
	document.getElementById('mltodv').style.top=Ypos-250;
	document.getElementById('mltodv').style.visibility='visible';
}
function psmlt(x,c,n){
	document.getElementById('mltodv').innerHTML='<iframe src="include/coor.php?n='+n+'&x='+x+'&c='+c+'" name="ctrl" id="idctrl" scrolling="no" marginwidth="1" marginheight="1" frameborder="yes" width="605" height="90"></iframe>';
	document.getElementById('mltodv').style.left=300;
	document.getElementById('mltodv').style.top=Ypos;
	document.getElementById('mltodv').style.visibility='visible';
}
function dirmlto(x,p,dtd,dtf){
	document.getElementById('mltodv').innerHTML='<iframe src="include/infmem.php?x='+x+'&p='+p+'&d='+dtd+'&f='+dtf+'" name="ctrl" id="idctrl" scrolling="no" marginwidth="1" marginheight="1" frameborder="yes" width="605" height="150"></iframe>';
	document.getElementById('mltodv').style.left=300;
	document.getElementById('mltodv').style.top=Ypos;
	document.getElementById('mltodv').style.visibility='visible';
}
function identvaca(){
	ctrl.document.fm.pass.value=document.fm.pass.value;
	ctrl.document.fm.log.value=document.fm.email_mess.value;
	ctrl.document.fm.act.value="val";
	ctrl.document.fm.submit();
}
function connVac(n){
	if(n){
		if(document.fm.login.value!="" && document.fm.pass.value!=""){
			document.fm.act.value=document.fm.cmpt.value;
		}else{
			document.fm.act.value="";
		}
	}else{document.fm.act.value="";}
	document.fm.target="blank";
	if(document.fm.cmpt.value=="log"){document.fm.action="/web/index.php";}else{document.fm.action="/administration/index.php";}
	document.fm.submit();
	document.fm.target="";document.fm.action="moteur.php";
}
var DrpCtcLou=0;
function ctclou(){
	if(DrpCtcLou){
		document.getElementById('infprop').style.visibility='hidden';
		DrpCtcLou=0;
	}else{
		document.getElementById('infprop').style.left=Xpos-250;
		document.getElementById('infprop').style.top=Ypos+5;
		document.getElementById('infprop').style.visibility='visible';
		DrpCtcLou=1;
	}
}
