    function goHome(){
        window.location='index.asp'
    }
    
    
    function goPopup(page,sb,h,w)
	{
		sb = 'scrollbars=' + sb;
		//alert (sb);
		window.open(page,'','toolbar=no, height=' + h + ', width=' + w + ', resizable=yes, status=no,' + sb)
	}
	
	function goCalendar(){
        goPopup('/calendar.asp','yes','650','650');
    }