function popup(page,x,y,scroll,nom) {
toto="width=" + x + ",height=" + y + ",left=0,top=0,toolbar=no,menubar=no,resizable=no,scrollbars=" + scroll;
window.open(page,nom,toto);
}