function new_win(url){winobj=open(url,"name","width=500, height=400, left=150,top=0,scrollbars=1,menubar=0,resizable=0"); winobj.focus();} 

