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;
borWid = 1;
borSty = "solid";
borCol = "#64714F";
separator = 1;
separatorCol = "#64714F";
fntFam = "tahoma,arial";
fntBold = false;
fntItal = false;
fntSiz = 10;
fntCol = "#2B3122";
overFnt = "#95A977";
itemPad = 3;
backCol = "#D1ECA6";
overCol = "#2B3122";
imgSrc = "pix/tri.gif";
imgSiz = 10;

childOffset = 2;
childOverlap = 30;
perCentOver = 25;

clickStart = false;
clickKill = false;
secondsVisible = 0.5;

keepHilite = false;
NSfontOver = true;

isFrames = false;
navFrLoc = "left";
mainFrName = "main";
 }
