NS4 = (document.layers);
IE4 = (document.all);
ver4 = (NS4 || IE4);
isMac = (navigator.appVersion.indexOf("Mac") != -1);
isMenu = (NS4 || (IE4 && !isMac));
function popUp(){return};
function popDown(){return};
function startIt(){return};
if (!ver4) event = null;

if (isMenu) {
menuVersion = 3;
menuWidth = 180;
borWid = 1;
borSty = "solid";
borCol = "black";
separator = 0;
separatorCol = "red";
fntFam = "Verdana,Arial,Helvetica";
fntBold = false;
fntItal = false;
fntSiz = 8;
fntCol = "#FFFFFF";
overFnt = "#FFFFFF";
itemPad = 3;
backCol = "#FFFFFF";
overCol = "#FFFFFF";
imgSrc = "1";
imgSiz = 1;

childOffset = 5;
childOverlap = 15;
perCentOver = null;

clickStart = false;
clickKill = false;
secondsVisible = 0.5;

keepHilite = false;
NSfontOver = true;
showVisited = null;

isFrames = false;
navFrLoc = "left";
mainFrName = "main";
}
