function Popup(Fichier,Largeur,Hauteur){open(Fichier,"gvv_popup","width="+Largeur+",height="+Hauteur+",toolbar=no,menubar=no,location=no,scrollbars=yes,resize=no");}
function Closeup(Fichier,Largeur,Hauteur){this.close();open(Fichier,"gvv_popup","width="+Largeur+",height="+Hauteur+",toolbar=no,menubar=no,location=no,scrollbars=yes,resize=no");}
function Sel (Nom){document[Nom].src=eval(Nom+"_s.src");}
function Unsel (Nom){document[Nom].src=eval(Nom+"_n.src");}
function Synchro(Nom){if(parent.menu){parent.menu.location="menu.html";}else{top.location="index.html?doc="+Nom;}}
