
       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
	arMenu2= new Array(150,475,107,'ffffff','white','AF2E0E', 'FF9900','FF9900', 'FF9900'
		,' Reindeer Lane','reindeerLane.htm',0

	) 
}
