function OuvrirFenetre (url) { nomfenetre = Math.round(Math.random()*100000); window.open (url,nomfenetre,"width=300,height=200,toolbar=no,location=no,status=no,scrollbars=no,menubar=no,resizable=no") }
function OuvrirFenetre1 (url) { nomfenetre = Math.round(Math.random()*100000); window.open (url,nomfenetre,"width=500,height=490,toolbar=yes,location=no,status=no,scrollbars=no,menubar=no,resizable=no") }