     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 = 120;
childOverlap = 0;
childOffset = 0;
perCentOver = null;
secondsVisible = 5.0;
fntCol = "#324d62";
if(isMac)
	{
	fntSiz = "10px";
	}
else fntSiz = "7";
fntBold = false;
fntItal = false;
fntFam = "Helvetica, Arial, sans-serif";
backCol = "#FDFDFD";
overCol = "#B2B3D2";
overFnt = "#FDFDFD";
borWid = 1;
borCol = "#003466";
borSty = "solid";
itemPad = 2;
imgSrc = "interface/tri.gif";
imgSiz = 7;
separator = 1;
separatorCol = "#003466";
isFrames = false;
keepHilite = true; 
clickStart = false;
clickKill = false;
}
