<!--

menuVersion = 5;        // NEW! denotes version of script used

menuWidth = 90;
childOverlap = 50;
childOffset = 5;
perCentOver = 5;
secondsVisible = 0.9;

fntCol = "#FFFFFF";
fntSiz = 7;
fntBold = true;       // Boolean for bold
fntItal = false;       // ...or italic text
fntFam = "verdana,arial";

backCol = "#439CBF";
overCol = "#FFFFFF";
overFnt = "#115F7E";

borWid = 1;
borCol = "#115F7E";
borSty = "solid";         // ignored by NS4
itemPad = 4;              // pixel value

imgSrc = "../i/s.gif";
imgSiz = 11;

separator = 1;            // pixel value
separatorCol = "#115F7E"; // color ignored by NS4

isFrames = false;          // using frameset?
navFrLoc = "left";      // OLD! but with new functionality
mainFrName = "Right";      // name of the main frame?

clickStart = true;      // NEW! show menus with click
clickKill = false;       // NEW! hide menus with click

keepHilite = true;      // NEW! maintain item highlight

showVisited = "#007B6B";  // NEW! shade visited items for NS

//-->