var tplusConfig={ tplusEntryURL:'http://www.gainschart.com:80/', gotoProjectURL:'http://www.gainschart.com:80/servlet/GotoProject?projectId=' }; function openaboutpage() { window.open('http://www.gainschart.com:80/aboutversion.jsp',null,"height=280,width=380,left=300,top=175,toolbar=no,menubar=no,scrollbars=no,resizable=no,location=no,status=no"); } function openTplusTermPage() { window.open('http://www.gainschart.com:80/term.jsp'); } function getGotoProjectURL(projectId){ return tplusConfig.gotoProjectURL+projectId; } function getCreateModelProjectURL(){ return "http://www.gainschart.com:80/servlet/GotoProject?projectType=MODELING"; } function getCreateScoringProjectURL(){ return "http://www.gainschart.com:80/servlet/GotoProject?projectType=SCORING"; }