// JavaScript Document

function ValideForm(){
var obj = document.frmEnvoi;
captVerif(obj);
}
function popup()
{
 var largeur=((screen.width)-800)/2;
 var hauteur=((screen.height)-600)/2;
 window.open("plan-acces.php", "Plan", "width=800, height=600, top="+hauteur+", left="+largeur)
}
