<!--
NS4 = (document.layers);
IE4 = (document.all);
ver4 = (NS4 || IE4);
isMac = (navigator.appVersion.indexOf("Mac") != -1);
isMenu = ((NS4 && !isMac) || (IE4 && !isMac));

if (!ver4) event = null;

if (isMenu) {
menuVersion = 3;
menuWidth = 120;
borWid = 1;
borSty = "solid";
borCol = "white";
separator = 1;
separatorCol = "#ffffff";
fntFam = "Verdana";
fntBold = false;
fntItal = false;
fntSiz = 7;
fntCol = "#ffffff";
overFnt = "#ffffff";
itemPad = 2;
backCol = "#FFDE00";
overCol = "#FFCC00";
imgSrc = "seta.gif";
imgSiz = 9;

childOffset = 1;
childOverlap = 50;
perCentOver = 10;

clickStart = false;
clickKill = false;
secondsVisible = 0.5;

keepHilite = true;
NSfontOver = false;
showVisited = null;

isFrames = false;
navFrLoc = "left";
mainFrName = "main";
  }
// -->
