<!-- ================= BROWSER DETECTION ================= -->
<!--

   NS4 = (document.layers);


   IE4 = (document.all);


  ver4 = (NS4 || IE4);   


 isMac = (navigator.appVersion.indexOf("Mac") != -1);


isMenu = (NS4 || (IE4 && !isMac));

function popUp(){return};

function popDown(){return};

if (!ver4) event = null;

<!-- ================= END BROWSER DETECTION ================= -->

<!-- ================= FORMAT DROP-DOWN MENUS ================= -->

<!--

if (isMenu) {


    menuVersion = 3; 

  menuWidth = 97; 			//width of menu

  childOverlap = -3; 			//left margin overlap

  childOffset = 3; 			//vertical offset from parent

  perCentOver = null; 

  secondsVisible = .2; 

  fntCol = "blue"; 			//color of menu font

  fntSiz = "8"; 			//size of menu font

  fntBold = false; 			//bold turned off

  fntItal = false; 			//italics turned off

  fntFam = "Verdana"; 			//font face


  backCol = "#f0f0f0"; 			//menu background color

  overCol = "blue"; 			//mouseover background color '#D4D4D4

  overFnt = "#f0f0f0";			//mouseover font color '#BE0102,b8860b


  borWid = 2; 				//menu border thickness

  borCol = "#ffffff"; 			//menu border color

  borSty = "double"; 			//menu border style

  itemPad = 3; 				//menu cellpadding


 
  imgSrc = "triangleblue.gif";  	//used to indicate submenus

  imgSiz = 6; 				//size of the triangle gif


  separator = 1; 			//thickness of separator line in the menu box

  separatorCol = "#000000"; 		//color of the separator line

  isFrames = false; 			//not being used in frames

  navFrLoc =  "left"; 			//frame location if using frames

  clickStart = false; 			//don't have to click to see menu


  clickKill = false; 			//don't have to click to hide menu

  keepHilite = false; 			//retain menu highlight if there is a subcategory menu

  NSfontOver = true; 			//mouseover highlight for netscape

  showVisited = "#666666"; 		//visited link color
	
}

//-->
<!-- ================= END FORMAT DROP-DOWN MENUS ================= -->

