if(window.event + "" == "undefined") event = null; function HM_f_PopUp(){return false}; function HM_f_PopDown(){return false}; popUp = HM_f_PopUp; popDown = HM_f_PopDown; function CheckProvinceCode() { // Calculate the Current Database Path var CurrentLocation = window.document.location.href; pos = CurrentLocation.indexOf('&Prov='); // Choose the Province in the PickList if (pos == -1) {return;} else { var ProvinceNumber = CurrentLocation.substr( pos + 6 , 2); if (ProvinceNumber.indexOf('&') != -1) {ProvinceNumber = CurrentLocation.substr( pos + 6, 1)} window.document.ProvinceForm.Province.selectedIndex=ProvinceNumber; //RefreshMenus(); // window.opener.RefreshMenus(); } }