// fonctions diversesfunction newWindow(file,window) {    msgWindow=open(file,window,'resizable=no,width=570,height=420');    if (msgWindow.opener == null) msgWindow.opener = self;}function popup_open(id,largeur,hauteur,path,titre) {	msgWindow=open(path,'window','resizable=no,width='+largeur+',height='+hauteur);    if (msgWindow.opener == null) msgWindow.opener = self;}