<!-- function SubWin(url){ wx = 680;wy = 610;x = (screen.width  - wx) / 2;y = (screen.height - wy) / 2;window.open(url,"window_name","left="+x+",top="+y+",width="+wx+",height="+wy);}function SubWin2(url){ wx = 600;wy = 520;x = (screen.width  - wx) / 2;y = (screen.height - wy) / 2;window.open(url,"window_name","left="+x+",top="+y+",width="+wx+",height="+wy);}// -->