				NS4 = (document.layers);
				IE4 = (document.all);
				ver4 = (NS4 || IE4);
				IE5 = (IE4 && navigator.appVersion.indexOf("5.")!=-1);
				isMac = (navigator.appVersion.indexOf("Mac") != -1);
				isMenu = (NS4 || (IE4 && !isMac) || (IE5 && isMac));
				function popUp(){return};
				function popDown(){return};
				if (!ver4) event=null;
				if (isMenu) 
				{
					menuVersion = 3;
					menuWidth = 120;
					childOverlap = 10;
					childOffset = -1;
					perCentOver = null;
					secondsVisible = .2;
					fntCol = "blue";
					fntSiz = "8";
					fntBold = false;
					fntItal = false;
					fntFam = "verdana";
					backCol = "#EFF7FF";
					overCol = "#EFF7FF";
					overFnt = "purple";
					borWid = 1;
					borCol = "yellow";
					borSty = "solid";
					itemPad = 3;
					imgSrc = "../images/spacer.gif";
					imgSiz = 10;
					separator = 1;
					separatorCol = "#ffffff";
					isFrames = false;
					navFrLoc = "left";
					keepHilite = true;
					NSfontOver = true;
					clickStart = false;
					clickKill = false;
				}

				if (isMenu) 	
				{
					if (screen.width <= 800)
					{
						document.write("<SCRIPT LANGUAGE='JavaScript1.2' SRC='hierArrays800.js'><\/SCRIPT>");
					}
					else
					{
						document.write("<SCRIPT LANGUAGE='JavaScript1.2' SRC='hierArrays1024.js'><\/SCRIPT>");
					}
				}
	
				if (isMenu) 
				{
					document.write("<SCRIPT LANGUAGE='JavaScript1.2' SRC='hierMenus.js'><\/SCRIPT>");
				}

				function redirTo(sURL)
				{
					window.location = sURL;
				}
				function setBGColor(sRow,sColor)
				{
					var sCells = null;
					sCells = sRow.cells;
					for(i=0;i<sCells.length;i++)
					{
						sCells[i].style.backgroundColor = sColor;
					}						
				}	