bName = navigator.appName;
bVer = parseInt(navigator.appVersion);
if ((bName == "Netscape" && bVer >= 3) || (bName == "Microsoft Internet Explorer" && bVer >= 4)) br = "n3";
else br = "n2";

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;
	childOverlap = 75;
	childOffset = 5;
	perCentOver = null;
	secondsVisible = .8;
	fntSiz = "8";
	fntBold = true;
	fntItal = false;
	fntFam = "arial";
	borWid = 1;
	borSty = "solid";
	itemPad = 3;
	imgSrc = "image/tri.gif";
	imgSiz = 8;
	separator = 1;
	isFrames = false;
	keepHilite = true; 
	NSfontOver = true;
	clickStart = false;
	clickKill = false;
	showVisited = "#cc3300";
}