function LexWinOpen() { var mywin = window.open( "", "articlewindow", "height=570,width=760,scrollbars=yes,resizable,status=yes,titlebar=yes" ); mywin.focus(); }