<!-- 
   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 = 7; 
  childOverlap = 1; 
  childOffset = -1; 
  perCentOver = null; 
  secondsVisible = 0; 
 
  fntCol = "#ffffff"; 
  fntSiz = NS4 ? 9 : "8"; 
  fntBold = true; 
  fntItal = false; 
  fntFam = "arial"; 
 
  backCol = "#113161";
  overCol = "#000000"; 
  overFnt = "#ffffff"; 
 
  borWid = 0; 
  borCol = "#305790"; 
  borSty = "outset"; 

  itemPad = 1; 
  imgSrc = ""; 
  imgSiz = 3; 
 
  separator = 1; 
  separatorCol = "#305790"; 
 
  isFrames = false; 
  navFrLoc =  "left"; 
  mainFrName = "main"; 
 
  clickStart = false; 
  clickKill = false;
  secondsVisible =0.3; 
 
  keepHilite = true; 
 
  NSfontOver = true; 
  showVisited = "#666666"; 
} 
//--> 