function zoom(nom,h,w) {
plan=open(nom,"plan","width="+h+",height="+w+",status=no,scrollbars=no,toolbar=no,resizable=no,menubar=no,location=no");
plan.window.focus();
}