<!--
if (isMenu) {
	menuVersion = 3;

	menuWidth = 130;
	childOverlap = 20;
	childOffset = 5;
	perCentOver = 15;
	secondsVisible = .5;

	fntCol = "#ffffff";
	fntSiz = "8";
	fntBold = true;
	fntItal = false;
	fntFam = "Arial";

	backCol = "#800000";
	overCol = "#800000";
	overFnt = "#4480EE";

	borWid = 0;
	borCol = "#336699";
	borSty = "solid";
	itemPad = 3;

	imgSrc = "/images/tri.gif";
	imgSiz = 9;

	separator = 2;
	separatorCol = "#004080";

	isFrames = false;      // <-- IMPORTANT for full window
	navFrLoc = "left";     // <-- display. see below

	keepHilite = true;
	NSfontOver = true;	
	clickStart = false;
	clickKill = false;
}

//-->