<!--hide from javaless browsers
//this is the script for the DHTML menus


            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 = 200;
             childOverlap = 0;
             childOffset = 0;
             perCentOver = null;
             secondsVisible = .5;
             
             fntCol = "#000000";
             fntSiz = "7";
             fntBold = true;
             fntItal = false;
             fntFam = "Verdana, Arial, Helvetica";
             
             backCol = "#E8C581";
             overCol = "#E8C581";
             overFnt = "#ffffff";
             
             borWid = 1;
             borCol = "#000000";
             borSty = "solid";
             itemPad = 3;
             
             imgSrc = "";
             imgSiz = 10;
             
             separator = 1;
             separatorCol = "#000000";
             
             isFrames = false;      // <-- IMPORTANT for full window
             navFrLoc = "miolo";     // <-- display. see below
             
             keepHilite = true; 
             NSfontOver = true;
             clickStart = false;
             clickKill = false;
         }


//this is the script that calls up the .js files for the DHTML menus

         if (isMenu) {
         document.write("<SCRIPT LANGUAGE='JavaScript1.2' SRC='arrays.js'><\/SCRIPT>");
         document.write("<SCRIPT LANGUAGE='JavaScript1.2' SRC='menus.js'><\/SCRIPT>");
         }

//-->

