     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;
curPage=1;

if (isMenu) {
menuVersion = 3;
menuWidth = 120;
childOverlap = 25;
childOffset = 15;
perCentOver = null;
secondsVisible = .5;
fntCol = "white";
fntSiz = "8";
fntBold = true;
fntItal = false;
fntFam = "Arial";
backCol = "#D69A61";
overCol = "#7FA79E";
overFnt = "white";
borWid = 1;
borCol = "#666666";
borSty = "solid";
itemPad = 4;
imgSrc = "images/arrowdn.gif";
imgSiz = 10;
separator = 1;
separatorCol = "#666666";
isFrames = false;
keepHilite = true; 
NSfontOver = true;
clickStart = false;
clickKill = false;
}