var fenPlan; // objet fenêtre function plan(){ var w=720;var h=540 - 20; var x=(screen.width-w)/2; var y=(screen.height-h)/2; fen=open("http://www.drancy.net/plan/plan.php","plan",'scrollbars=no,left='+x+',top='+y+',width='+w+',height='+h+',status=no,menubar=yes,location=no,resizable=yes'); fen.focus(); } function webmail(){ var w=720;var h=580; var x=(screen.width-w)/2; var y=(screen.height-h)/2; fen=open("/mail.php","webmail",'scrollbars=yes,left='+x+',top='+y+',width='+w+',height='+h+',status=no,menubar=yes,location=no,resizable=yes'); fen.focus(); } function skin(k){ document.location = '/article.php?ID_PHOTO=2&ID_ARTICLE=5565&newSkin=' + k ;}