if (isMenu) { 
  menuVersion = 3; 
 
  menuWidth = 150; 
  childOverlap = -4; 
  childOffset = 0; 
  perCentOver = null; 
  secondsVisible = .5; 
 
  fntCol = "#000079"; 
  fntSiz = "9"; 
  fntBold = true; 
  fntItal = false; 
  fntFam = "Verdana"; 
 
  backCol = "#75C5F0"; 
  overCol = "#D7DBE4"; 
  overFnt = "#FF0000"; 
 
  borWid = 1; 
  borCol = "#D0CFCF"; 
  borSty = "outset"; 
  itemPad = 4; 
 
  imgSrc = "arrow.gif"; 
  imgSiz = 8; 
 
  separator = 1; 
  separatorCol = "#FFFFFF"; 
 
  isFrames = false; 
  navFrLoc =  "left"; 
  mainFrName = "main"; 
 
  clickStart = false; 
  clickKill = false; 
 
  keepHilite = true; 
 
  NSfontOver = true; 
  showVisited = "#666666"; 
}