var n=(document.layers)?1:0
var ie=(document.all)?1:0

function NouvFen(URL,Largeur,Hauteur)
{
Options = 'Width='+Largeur+',Height='+Hauteur+',resizable=yes,menubar=yes,toolbar=yes,location=yes,scrollbars=yes'
NewWin=window.open(URL,'fenNouvFen',Options)
}

function Note(URL,Hauteur)
{
Options = 'Width=500,Height='+Hauteur+',resizable=no,menubar=no,toolbar=no,location=no,scrollbars=no'

NewWin=window.open(URL,'fenNote',Options)
}

function Picture(URL,Largeur,Hauteur)
{
Options = 'Width='+Largeur+',Height='+Hauteur+',resizable=no,menubar=no,toolbar=no,location=no,scrollbars=no'
NewWin=window.open(URL,'fenPicture',Options)
}

function Cadre(URL,Largeur,Hauteur)
//comme Picture, mais avec ascenseurs
{
Options = 'Width='+Largeur+',Height='+Hauteur+',resizable=no,menubar=no,toolbar=no,location=no,scrollbars=yes'
NewWin=window.open(URL,'fenCadre',Options)
}

  
