if (isMenu) {
           menuVersion = 3;
           
           IEAddWidth = 0;
	   IEAddTop = 0;
	   menuWidth = 120;
           childOverlap = 50;
           childOffset = 0;
           perCentOver = null;
           secondsVisible = .5;
           
           fntCol = "black";
           fntSiz = "8";
           fntBold = false;
           fntItal = false;
           fntFam = "Arial";
	   //Different color for the first row
	   	   mnuBGColor = "#F2D533";           
           backCol = "#CCCC99";
           overCol = "#990000";
           overFnt = "#ffffff";
           
           borWid = 1;
           borCol = "#666633";
           borSty = "solid";
           itemPad = 2;
           
           imgSrc = "arrow.gif";
           imgSiz = 10;
           
           separator = 1;
           separatorCol = "#999966";
           
           isFrames = false;      // <-- IMPORTANT for full window
           navFrLoc = "left";     // <-- display. see below
           
           keepHilite = false; 
           NSfontOver = true;
           clickStart = false;
           clickKill = false;
		   blnScroll = false;
       }

if (isMenu) {
       document.write("<SCRIPT LANGUAGE='JavaScript1.2' SRC='../include/array.js'><\/SCRIPT>");
       document.write("<SCRIPT LANGUAGE='JavaScript1.2' SRC='../include/menus.js'><\/SCRIPT>");
       }