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,'',Options)
}

function Note(URL,Hauteur)
{
Options = 'Width=500,Height='+Hauteur+',resizable=no,menubar=no,toolbar=no,location=no,scrollbars=no'

NewWin=window.open(URL,'',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,'',Options)
}
