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=yes,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 Show(newsId){	var targetElement;    targetElement = document.all(newsId.id) ;    if (targetElement.style.display == "none") {        targetElement.style.display = "" ;        document.all('option').innerHTML='<B>&lt;&lt;</b> Options Avancées';    } else {    	document.all('option').innerHTML='Options Avancées <b>&gt;&gt;</b>';       targetElement.style.display = "none" ;    }}function clickHandler() {  var targetId, srcElement, targetElement;  srcElement = window.event.srcElement;  if (srcElement.className == "Outline") {     targetId = srcElement.id + "d";     targetElement = document.all(targetId);     if (targetElement.style.display == "none") {        targetElement.style.display = "";        //srcElement.src = "img/pucemenu.png";     } else {        targetElement.style.display = "none";        //srcElement.src = "img/pucemenu.png";     }  }}document.onclick = clickHandler;
