    function showBayPasWin()
    {
        window.open("https://baypasnet.baycare.org/BayPas/Login.aspx?width=" + (screen.availWidth - 10) + "&height=" + (screen.availHeight - 30), 
		    "webform", 
		    "left=0,top=0,width="+(screen.availWidth-10)+",height="+(screen.availHeight-30)+",resizable=0,menubar=0,toolbar=0,location=0,directories=0,scrollbars=0,status=0",
		    true);
    }
