<!--
          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 = 120;
           childOverlap = 2;
           childOffset = -2;
           perCentOver = null;
           secondsVisible = .1;
           fntCol = "blue";
           fntSiz = "9";
           fntBold = false;
           fntItal = false;
           fntFam = "Arial, Helvetica";
           backCol = "#DDDDDD";
           overCol = "white";
           overFnt = "purple";
           borWid = 2;
           borCol = "#336699";
           borSty = "solid";
           itemPad = 2;
           imgSrc = "arrow.gif";
           imgSiz = 9;
           separator = 1;
           separatorCol = "red";
           isFrames = false;
	   navFrLoc = "left";  
           keepHilite = true;
           NSfontOver = true;
           clickStart = false;
           clickKill = false;
           showVisited = "green";   
       }
//-->
