<!--
     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 = 10;
childOffset = 5;
perCentOver = null;
secondsVisible = .5;
fntCol = "#000000";
fntSiz = "8";
fntBold = true;
fntItal = false;
fntFam = "Verdana,sans-serif";
backCol = "#ACBEDC";
overCol = "#597EBA";
overFnt = "white";
borWid = 1;
borCol = "#A6A6A6";
borSty = "double";
itemPad = 3;
imgSrc = "http://www.mywebteam.com/tri.gif";
imgSiz = 9;
separator = 1;
separatorCol = "#A6A6A6";
isFrames = false;
keepHilite = true; 
clickStart = false;
clickKill = false;
}
//-->
