if (isMenu) {
	menuVersion = 3;
	menuWidth = 160;
	childOverlap = 50;
	childOffset = 5;
	perCentOver = null;
	secondsVisible = .5;
	fntCol = "#000000";
	fntSiz = (isMac && !IE5) ? 9 : 9;
	fntBold = true;
	fntItal = false;
	fntFam = "Verdana, Arial, Helvetica, sans-serif";
	backCol = "#ffffff";
	overCol = "#ffec10";
	overFnt = "#333333";
	borWid = 1;
	borCol = "#000000";
	borSty = "solid";
	itemPad = 2;
	imgSrc = "images/tri.gif";
	imgSiz = 9;
	imgHspace = 0;
	separator = 1;
	separatorCol = "#000000";
	isFrames = false;
	keepHilite = true; 
	NSfontOver = true;
	clickStart = false;
	clickKill = false;
}


