wx = 560;wy = 420;x = (screen.width  - wx) / 2;y = (screen.height - wy) / 2;function wop02() {window.open("blog/index.html","win2","left="+x+",top="+y+",menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=no,width="+wx+",height="+wy);}function wop03() {window.open("faq/index.html","win3","left="+x+",top="+y+",menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=no,width="+wx+",height="+wy);}