<!-- SCRIPT1

     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};
function startIt(){return};
if (!ver4) event=null;
//-->


<!-- SCRIPT2

if (isMenu) {
menuVersion = 3;
menuWidth = 120;
childOverlap = 1;
childOffset = 5;
perCentOver = null;
secondsVisible = .5;
fntCol = "blue";
fntSiz = "7";
fntBold = false;
fntItal = false;
fntFam = "Verdana"
backCol = "#DDDDDD";
overCol = "#FFCCCC";
overFnt = "purple";
borWid = 1;
borCol = "#8B8B8B";
borSty = "solid";
itemPad = 1;
imgSrc = "";
imgSiz = 10;
separator = 1;
separatorCol = "#8B8B8B";
isFrames = false;
keepHilite = false; 
clickStart = false;
clickKill = false;
NSfontOver = false; 
}
//-->

