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

// Width of the flyout
menuWidth = 150;

// Don't know
childOverlap = 0;
childOffset = 0;
perCentOver = 20;

// Seconds before the flyout disappears
secondsVisible = .8;


// Change flyout font color
fntCol = "#ffffff";
// Change flyout font size
fntSiz = "10";

fntBold = true;
fntItal = false;
fntFam = "verdana,sans-serif";

// Change flyout color
backCol = "#33cc00";
overCol = "#33cc00";
overFnt = "#000000";
borWid = 1;
borCol = "#006633";
borSty = "solid";

// Change flyout vertical width
itemPad = 3;

// This attribute's use hasn't been found
imgSrc = "";
imgSiz = 100;

// Vertical width of the flyout separator
separator = 2;
separatorCol = "#ffffff";

// Don't change the value of isFrames
isFrames = false;

// Use hasn't be found
navFrLoc = "left";

// Use hasn't be found
keepHilite = true;
NSfontOver = true;

// Whether click to show the flyout
clickStart = false;

// Whether click to close the flyout
clickKill = false;
}
//-->