function goBoardManager(pValue) { var url = "/system/common/realname/boardManager.jsp?uri="; url += pValue; w = 500; h = 600; LeftPosition = (screen.width) ? (screen.width-w)/2 : 0; TopPosition = (screen.height) ? (screen.height-h)/2 : 0; settings = 'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',status=no,toolbar=no,menubar=no,location=no,fullscreen=no,resizable=yes,scrollbars=yes'; win = window.open(url,'',settings); }