	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}; 
function startIt(){return}; 
if (!ver4) event = null; 

if (isMenu) { 
  menuVersion = 3; 
 
  menuWidth = 70; 
  childOverlap = -1; 
  childOffset = 0; 
  perCentOver = null; 
  secondsVisible = .2; 
 
  
  fntCol = "#ffffff"; 
  fntSiz = "8"; 
  fntBold = false; 
  fntItal = false; 
  fntFam = "verdana"; 
 
  backCol = "000000";
  overCol = "cccccc"; 
  overFnt = "#000000";
   
  borWid = 2; 
  borCol = "#FF3333"; 
  borSty = "outset"; 
  itemPad = 3; 
 
  imgSrc = " "; 
  imgSiz = 1; 
 
  separator = 2; 
  separatorCol = "#FF3333"; 
 
  isFrames = false; 
  navFrLoc =  "left"; 
  mainFrName = "main"; 
 
  clickStart = false; 
  clickKill = false; 
 
  keepHilite = true; 
 
  NSfontOver = true; 
  showVisited = "#000000";
} 