function LoadFeatureDetails(featureURL)
         {
            window.open(featureURL,'pop','width=630,height=440,scrollbars=yes,resizable=yes;statusbar=no');return false;
         }
         
function LoadPage(rqstdPage,zip)
         {
            if (zip !='') {
                document.location.href = rqstdPage;
            }
            else {
            var winRef = window.open('OOnline.aspx?tgt=' + rqstdPage,'pop','width=440,height=245,scrollbars=no,resizable=no;statusbar=no'); winRef.focus();
            }
         }
