<!--
     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));
  isMenu = true;
function popUp(){return};
function popDown(){return};
//if (!ver4) event=null;
//-->

//***************************************

<!--
if (isMenu) {
menuVersion = 3;
menuWidth = 100;
childOverlap = 20;
childOffset = 5;
perCentOver = null;
secondsVisible = .0;
fntCol = "#666666";
fntSiz = "10";
fntBold = false;
fntItal = false;
fntFam = "arial,verdana,sans-serif";
backCol = "#8dbcd4";
overCol = "#999999";
overFnt = "#FFFFFF";
borWid = 0;
borCol = "white";
borSty = "solid";
itemPad = 3;
imgSrc = "tri.gif";
imgSiz = 10;
separator = 1;
separatorCol = "white";
isFrames = false;
keepHilite =false; 
clickStart = false;
clickKill = false;
}
//-->

