<!--function subWinOpen() { //v2.0wx = 1020;wy = 740;x = (screen.width  - wx) / 2;y = (screen.height - wy) / 2;subWin = window.open("home.html","subWindow","left="+x+",top="+y+",width="+wx+",height="+wy);subWin.focus();}//-->
