<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function openPopup(url,desc,w,h)
{
window.open(url,
desc, 'resizable=no,scrollbars=no,status=0,height=' + h +',width=' + w);
}

function rappel_web()
{
	var popup = window.open("http://rdv.west-webworld.fr/cc.php?s=135Y4hOqDcs4fyZd11UMHhbOWAhXMue","RDV","height="+window.screen.availHeight+", width="+(window.screen.availWidth-10)+", top=0, left=0, toolbar=no, status=no, scrollbars=yes, location=no, menubar=no, directories=no, resizable=yes");
}

function check_espace_client(f)
{
	if (f.login.value=="" || f.mdp.value=="")
		alert("Veuillez entrer votre identifiant et votre mot de passe")
	else
		f.submit()	
}

//-->

