wxm = 590;wym = 420;x = (screen.width  - wxm) / 2;y = (screen.height - wym) / 2;function column() {window.open("column/index.html","win1","left="+x+",top="+y+",menubar=no,toolbar=no,location=no,directories=no,status=yes,scrollbars=yes,width="+wxm+",height="+wym);}function faq() {window.open("qa/index.html","win1","left="+x+",top="+y+",menubar=no,toolbar=no,location=no,directories=no,status=yes,scrollbars=yes,width="+wxm+",height="+wym);}