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