
NS4 = (document.layers);
   IE4 = (document.all);
  ver4 = (NS4 || IE4);   
 isMac = (navigator.appVersion.indexOf('Mac') != -1);
isMenu = (NS4 || (IE4 && !isMac));

var border = 0;
var MenuHeight = 15; 				//<!--- height of the menu (used for IE Mac) --->
var borderWidth = 2; 				//<!--- Width of the menu borders --->
var borderTop = 1;					//<!--- This will pad the top of the menu --->
var borderBottom = 0;				//<!--- This will pad the bottom of the menu --->
var borderColor = "#CC9900"; //003300 565656 		//65656"; 		//<!--- Color of the menu borders --->
var bgColor = "#FFFFFF";			//<!--- Background color of the menus --->
var mouseOverColor = "#CC9900"; 	// DDDDCC <!--- Mouse over color for NN Menus --->
var dfltTxtColor = "#003300"; //565656
var overTxtColor = "#003300";			//<!--- This is the font information for the links in the menu --->

var IEmouseOverColor = "#CC9900"; //DDDDCC 565656	//<!--- Mouse over color for IE Menus --->s --->