var win;win=nullwindow.name='coucou'function check(){if (win && win.open && !win.closed) win.close();}function send(page,hauteur,largeur){   check();   test='test'+Math.floor(Math.random()*1000);   win=window.open(page,test,"resizable=no,scrollbars=yes,height="+hauteur+",width="+largeur); }            function send2(page,largeur,hauteur){   check();   test='test'+Math.floor(Math.random()*1000);   win=window.open(page,test,"scrollbars=no,height="+hauteur+",width="+largeur); } function send3(page,largeur,hauteur){   check();   test='test'+Math.floor(Math.random()*1000);   win=window.open(page,test,"resizable=yes,scrollbars=yes,height="+hauteur+",width="+largeur); }    function changeURL(){win2=window.open("",winname)win2.location.href=newurl}function confirmDelete(msg, lien) {if (confirm(msg)) 	document.location.href = lien;}function contact(){send2("popup_contact.php",300,380);}