function subwindow01(url){var subwin = window.open(url,"subwin","width=440,height=640,status=yes,scrollbars=yes,resizable=yes");subwin.focus();}