// JavaScript Document
function pop_extern(page,nom,option) {
       window.open(page,'','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=800px,height=600px,top=0px, left=0px');
    }
function pop_pdf(page,nom,option) {
       window.open(page,'','toolbar=no,location=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=770px,height=380px,top=0px, left=0px');
    }
function pop3(page,nom,option) {
       window.open(page,'','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=800px,height=600px,top=0px, left=0px');
    }
