  // Popup PopAcces
  function PopAcces()
  {
	var gauche=(screen.width-425)/2;
    var haut=(screen.height-350)/2;
    popacces=window.open('contact-acces.php','popacces','top='+haut+',left='+gauche+',toolbar=0, location=0, directories=0, status=0, scrollbars=0, resizable=0, copyhistory=0, menuBar=0, width=425, height=350');
    if (popacces.blur) popacces.focus();
  }