/* * To change this template, choose Tools | Templates * and open the template in the editor. */ function Ouvreform(id,type) { open("f_personnes.php?id="+id+"&type="+type,"_blank","width=1000,height=800,left=320,top=0,resizable=yes,scrollbars=yes").focus(); } function OuvreformPerso() { open("f_personnes.php","_blank","width=1000,height=800,left=320,top=0,resizable=yes,scrollbars=yes").focus(); }