function NewWindow(width,height,url){window.open(url,"newWindow","menubars=0,scrollbars=1,resizable=1,width="+width+",height="+height);}