function FenSimple(SonSite,SonNom){
         window.open(SonSite,SonNom,"height=580,width=770,top=20,left=30,toolbar=1,scrollbars=1,resizable");
}

function Popupinfo(page) {
    var w=window.open('squel_ccas1/'+page,'info','top=100,left=200,width=400,height=385,menubar=no,scrollbars=yes,statusbar=no');
    w.document.close();
    w.focus();
}

function Popupinfo_php(page) {
    var w=window.open(page,'info','top=100,left=200,width=450,menubar=no,scrollbars=yes,statusbar=no');
    w.document.close();
    w.focus();
}
function Popupinfo_php_long(page) {
    var w=window.open(page,'info','top=100,left=200,width=450,height=430,menubar=no,scrollbars=yes,statusbar=no');
    w.document.close();
    w.focus();
}
