<!-- Begin
function popup(url, title, largeur, hauteur)
{
window.open(url, title, 'toolbar=no, location=no, directories=no, status=no, scrollbars=auto, resizable=no, copyhistory=no, width='+largeur+', height='+hauteur+', left=300, top=50');
}
function popup2(url, title, largeur, hauteur)
{
window.open(url, title, 'toolbar=no, location=no, directories=no, status=no, scrollbars=yes, resizable=yes, copyhistory=no, width='+largeur+', height='+hauteur+', left=300, top=50');
}
// End -->
