     NS4 = (document.layers);
     IE4 = (document.all);
    ver4 = (NS4 || IE4);
	 IE5 = (IE4 && navigator.appVersion.indexOf("5.")!=-1);
   isMac = (navigator.appVersion.indexOf("Mac") != -1);
  isMenu = (NS4 || (IE4 && !isMac) || (IE5 && isMac));
function popUp(){return};
function popDown(){return};
if (!ver4) event=null;


if (isMenu) {
menuVersion = 3;
menuWidth = 100;
borWid = 2;
borSty = "ridge";
borCol = "black";
separator = 1;
separatorCol = "black";
fntFam = "arial, verdana, helvetica, sans-serif";
fntBold = false;
fntItal = false;
fntSiz = "8";
fntCol = "#000000";
overFnt = "#000000";
itemPad = 2;
backCol = "#DFDCDC";
overCol = "#ffffff";
imgSrc = "tri.gif";
imgSiz = 10;

childOffset = 5;
childOverlap = 0;
perCentOver = null;

clickStart = false;
clickKill = false;
secondsVisible = .5;

keepHilite = true;
NSfontOver = true;

isFrames = false;
navFrLoc = "top"
mainFrName = "Main"
}
