//-----------------------------Script PopUp---------------------------------------
    function fenetre(lien,titre,width,height,top,left)
    {
     var site=lien;
     var dimensions="width="+width+",height="+height+",top="+top+",left="+left+",screenY=50, screenX=100, scrollbars=yes, toolbar=no, dependent=yes, titlebar=no, resizable=no";
     coopwindow=window.open(site,"coopwindow",dimensions);
     //coopwindow.focus();
    }
//     dimensions="width="+(screen.width/2)+",height="+(screen.width/2)+",top=50,left=100,screenY=50, screenX=100, scrollbars=yes, toolbar=no, dependent=yes, titlebar=no, resizable=no";
