menuVersion = 3;        // NEW! denotes version of script used
menuWidth = 100;
childOverlap = 50;
childOffset = 5;
perCentOver = null;
secondsVisible = .5;
fntCol = "#000000";
fntSiz = "8";
fntBold = false;
fntItal = false;
fntFam = "sans-serif";
backCol = "#FFCC99"     //"#ECEBDF";#FFE6B0
overCol = "#663300"     //"#D1CCAE";
overFnt = "#FFFFFF";     // now cross-browser
borWid = 1;
borCol = "#800000"      //"#A59B63";
borSty = "solid";
itemPad = 3;
imgSrc = "tri.gif";
imgSiz = 10;
separator = 0;
separatorCol = "#ECEBDF";
isFrames = false;
navFrLoc =  "top";     // OLD! but with new functionality
mainFrName = "hpmain";
clickStart = false;      // NEW! show menus with click
clickKill = false;       // NEW! hide menus with click
keepHilite = true;      // NEW! maintain item highlight
NSfontOver = true;      // NEW! change NS font color onmouseover
showVisited = "green";  // NEW! shade visited items for NS
