<!--
     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 = 100;
	childOverlap = 0;
	childOffset = 0;
	perCentOver = null;
	secondsVisible = 1;
	
	fntCol = "5A5A5A";
	fntSiz = "10";
	fntBold = true;
	fntItal = false;
	fntFam = "Arial,sans-serif";
	
	backCol = "#BEBEBE";
	overCol = "#DCBE37";
	overFnt = "#5A5A5A";
	
	borWid = 2;
	borCol = "#5A5A5A";
	borSty = "outset";
	itemPad = 3;
	imgSrc = "../img/tri.gif";
	imgSiz = 10;

	separator = 1;
	separatorCol = "#5A5A5A";
	
	isFrames = true;
	navFrLoc = "left";
	mainFrName = "main";

	keepHilite = true; 
	clickStart = false;
	clickKill = false;

}
//-->

