function open_popup(page,hauteur,largeur) { window.open(page,"Popup","status=yes,scrollbars=yes,resizable=yes,height="+hauteur+",width="+largeur+",top=50,left=50"); }