function ouvre(Url,Nom,L,H,posG,posH) { 
window.open(
Url,
Nom,
"width="+L
+",height="
+H+",left="
+posG
+",top="+posH
+",resizable=yes,dependent=yes,scrollbars=no,menubar=no,toolbar=no,status=no");
}
