﻿    function Popup()
    {
	    var w = 200;
	    var h = 401;
        var left = (screen.width/2)-(w/2);
        var top = (screen.height/2)-(h/2);
        //var targetWin = window.open (pageURL, 'HostItGood', 'toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=0, resizable=no, copyhistory=no, width='+w+', height='+h+', top='+top+', left='+left);
        HostItGood = window.open ("http://www.hostitgood.com/cslh/livehelp.php?department=2&amp;serversession=1&amp;pingtimes=15","HostItGood","location=0,status=1,toolbar=0,menubar=0,scrollbars=1,width=500,height=500");
        HostItGood.moveTo(0,0);
        return false;
    }
    function SignupS()
     {
       HostItGood = window.open ("SignUp.html","mywindow","location=1,status=1,scrollbars=1,width=950,height=650");
       HostItGood.moveTo(0,0);
     }
     function SignupB()
     {
       HostItGood = window.open ("SignUpB.html","mywindow","location=1,status=1,scrollbars=1,width=950,height=650");
       HostItGood.moveTo(0,0);
     }
     function SignupP()
     {
       HostItGood = window.open ("SignUpP.html","mywindow","location=1,status=1,scrollbars=1,width=950,height=650");
       HostItGood.moveTo(0,0);
     }
