//-----------------------------------------------------
// Menu Navigation
// Config File
//-----------------------------------------------------

  NS4 = (document.layers);
  IE4 = (document.all);
  ver4 = (NS4 || IE4);
  isMac = (navigator.appVersion.indexOf("Mac") != -1);
  isMenu = (NS4 || (IE4 && !isMac));
  function popUp(){return};
  function popDown(){return};
  function startIt(){return};
  if (!ver4) event = null;

  if (isMenu) {
		menuVersion = 3;
		menuWidth = 72;
		borWid = 1;
		borSty = "solid";
		borCol = "black";
		separator = 1;
		separatorCol = "white";
		fntFam = "Arial";
		fntBold = false;
		fntItal = false;
		fntSiz = 8;
		fntCol = "#FF0000";
		overFnt = "#006600";
		itemPad = 2;
//		backCol = "#CCCCCC";
		backCol = "#999999";
//		overCol = "#ffcf00";
		overCol = "#ffcf00";
//		imgSrc = "images/arrow.gif";
		imgSiz = 10;
		
		childOffset = 0;
		childOverlap = 1;
		perCentOver = null;
		
		clickStart = false;
		clickKill = false;
		secondsVisible = 1;
		
		keepHilite = true;
		NSfontOver = true;
		
		isFrames = false;
		navFrLoc = "left";

		mainFrName = "main";
  }
