<!--
function ouvrir(theURL,LARGEUR,HAUTEUR){
propriete='screenX=0,screenY=160,top=0,left=160,scrollbars=0,toolbar=0,menubar=0,resizable=0,width='+LARGEUR+',height='+HAUTEUR
newwindow= window.open(theURL,'',propriete); }

function ouvrir2(theURL,LARGEUR,HAUTEUR){
propriete='screenX=0,screenY=160,top=0,left=160,scrollbars=1,toolbar=0,menubar=0,resizable=1,width='+LARGEUR+',height='+HAUTEUR
newwindow= window.open(theURL,'',propriete); }
 // -->
