	NS4 = (document.layers);
	NS5 = (document.getElementById);
	IE4 = (document.all);
	ver4 = (NS4 || IE4);   
	// added in for heirMenus5.0
	IE5 = (IE4 && navigator.appVersion.indexOf("5.")!=-1);
	isMac = (navigator.appVersion.indexOf("Mac") != -1);
	isNix = (navigator.appVersion.indexOf("X11") != -1);
	// Change for IE5.0 on Mac
	isMenu = (NS4 || (IE4 && !isMac) || (IE5 && isMac));
	
	function popUp(){ return };
	function popDown(){ return };
	
	if (!ver4) event = null;

	
	if (NS4 || NS5) {
		searchWidth = 10;
	} else {
		searchWidth = 14;
	}
	
	
	browser = (((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 3 )) || ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 )))
	
	function popUp(){return};
	function popDown(){return};
	
	if (!ver4) event = null;
	
	// localNavId if present
	
	var localNavId = 0
	 currentAd = 1;
	graphicSpeed = 7000;
	function insertPic() {
		//nill
	}
	
	var VISTA_BUTTON = 0;


	browser = (((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 3 )) || ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 )))	
	if (isMenu) {
		menuVersion = 3;
		menuWidth = 121;
		childOverlap = 120;
		childOffset = 20;
		perCentOver = null;
		secondsVisible = .5;
		
		fntCol = "#2952a6";
		if (NS4 && isMac) {
			fntSiz = "11"
		} else if (NS4) {
			fntSiz = "9";
		} else {
			fntSiz = "7";
		}
		fntBold = true;
		fntItal = false;
		fntFam = "Verdana, Arial,sans-serif";
		
		backCol = "#BEC7CE";
		overCol = "#E1F7FF";
		overFnt = "#000080";
				
		borWid = 1;
		borCol = "black";
		borSty = "solid";
		itemPad = 4;
				
		imgSrc = "";
		imgSiz = 10;
		
		separator = 1;
		separatorCol = "#000000";
		
		isFrames = false;
		navFrLoc = "left";
		
		keepHilite = true; 
		NSfontOver = true;
		clickStart = false;
		clickKill = false;
		
	}
	// Get positions for section buttons
	POSSIBLE_MENU_COUNT = 0;
	var topPosition = 100;
	TOTAL_BUTTON_WIDTH = 776;
	for (i=1;i<=POSSIBLE_MENU_COUNT;i++) {
		eval('var arMenu' + i + ' = ""');
	}
	BUTTON_SPACING = 121;