function NewWindow(url,hauteur,largeur){var winl=(screen.width-largeur)/2;var wint=(screen.height-hauteur)/2;date_t=new Date;time=date_t.getTime();winprops='height='+hauteur+',width='+largeur+',top='+wint+',left='+winl+',scrollbars=1,resizable'
win=window.open(url,time,winprops)}
document.oncontextmenu=new Function("return false");
