     <!--
        NS4 = (document.layers);
        IE4 = (document.all);
       ver4 = (NS4 || IE4);   
      isMac = (navigator.appVersion.indexOf("Mac") != -1);
     isMenu = (NS4 || (IE4 && !isMac));
     function popUp(){return};
     function popDown(){return};
     if (!ver4) event = null;
     //-->

     <!--
     if (isMenu) {
         menuVersion = 3;
         menuWidth = 125;
         childOverlap = -1;
         childOffset = -1;
         perCentOver = null;
         secondsVisible = .5;

         fntCol = "#000000";
         fntSiz = "8";
         fntBold = true;
         fntItal = false;
         fntFam = "arial";

         backCol = "#CFCFCF";
         overCol = "#000000";
         overFnt = "#FFFFFF";

         borWid = 1;
         borCol = "#707070";
         borSty = "solid";
         itemPad = 3;

         imgSrc = "";
         imgSiz = 10;

         separator = 1;
         separatorCol = "#707070";

         isFrames = false;      // <-- IMPORTANT for full window
         navFrLoc = "left";     // <-- display. see below

         keepHilite = true; 
         NSfontOver = true;
         clickStart = false;
         clickKill = false;
     }
     //-->

     <!--
     if (isMenu) {
     document.write("<SCRIPT LANGUAGE='JavaScript1.2' SRC='/js/hierArrays.php'><\/SCRIPT>");
     }
     //-->



     <!--
     if (isMenu) {
     document.write("<SCRIPT LANGUAGE='JavaScript1.2' SRC='/js/hierMenus.js'><\/SCRIPT>");
     }
     //-->

		<!--
		function OpenWindow(url) {
			window.open(url,'Print','menubar=no,toolbar=yes,scrollbars=yes,width=640,height=450,top=10,left=10')
		}
		//-->

