function subWin(){         w = window.open("","window2","width=440,height=500,scrollbars=yes,resizable=yes");       w.focus();}