
       if (isMenu) {
           menuVersion = 5;
           menuWidth = 50;
           childOverlap = 10;
           childOffset = 5;
           perCentOver = null;
           secondsVisible = .3;
           
           fntCol = "black";
           fntSiz = "8";
           fntBold = false;
           fntItal = false;
           fntFam = "verdana";
           
           backCol = "#324601";
           overCol = "black";
           overFnt = "black";
           
           borWid = 1;
           borCol = "black";
           borSty = "solid";
           itemPad = 3;
           
           imgSrc = "images/tri.gif";
           imgSiz = 10;
           
           separator = 1;
           separatorCol = "red";
           
           isFrames = false;      // <-- IMPORTANT for full window
           navFrLoc = "left";     // <-- display. see below
           
           keepHilite = true; 
           NSfontOver = true;
           clickStart = false;
           clickKill = false;
		   
		   // "Projects" menu
	arMenu1= new Array(150,610,109,'ffffff','white','AF2E0E', 'FF9900','FF9900', 'FF9900'
		,' Moonwalks','moonwalks.htm',0
		,' Large Inflatables','largeInflatables.htm',0
		,' Games','games.htm',0
		,' Concession Equipment','concessionEquipment.htm',0
		,' Miscellaneous','miscellaneous.htm',0
		,' All Products','allproducts.htm',0
	) 
}
