<!--
if (isMenu) 
{
	menuVersion = 3;
	menuWidth = 120;
	childOverlap = 20;
	childOffset = 5;
	perCentOver = null;
	secondsVisible = .5;
	fntSiz = "9";
	fntBold = false;
	fntItal = false;
	fntFam = "Arial,sans-serif";
	fntCol = "#FFFFFF";
	backCol = "#000000";
	overCol = "#D11616";
	overFnt = "#000000";
	borWid = 1;
	borCol = "#A5A5A5";
	borSty = "solid";
	itemPad = 3;
	imgSrc = "images/fleche.gif";
	imgSiz = 10;
	separator = 1;
	separatorCol = "#CCCCCC";
	isFrames = false;
	keepHilite = true; 
	clickStart = false;
	clickKill = false;
	isFrames = false;      // <-- IMPORTANT for full window
	navFrLoc = "top";     // <-- display. see below
	mainFrName = "";           

}

//-->