
function fenetre(url)
{
window.open(url, "fenetre", "screenx=0,screeny=0,width=500,height=300,menubar=no,status=no,resizable=no,scrollbars=0");
}


function fenetre1(url)
{
window.open(url, "fenetre1", "screenx=0,screeny=0,width=600,height=600,menubar=no,status=no,resizable=no,scrollbars=0");
}
