if (isMenu) { 
  menuVersion = 3; 
 
  menuWidth = 90; 
  childOverlap = -1; 
  childOffset = 0; 
  perCentOver = null; 
  secondsVisible = .05; 
 
  fntCol = "#000000"; 
  fntSiz = "7"; 
  fntBold = false; 
  fntItal = false; 
  fntFam = "verdana, sans-serif"; 
 
  backCol = "#CDCDF7"; 
  overCol = "#000000"; 
  overFnt = "#FFFFFF"; 
 
  borWid = 1; 
  borCol = "#006666"; 
  borSty = "outset"; 
  itemPad = 2; 
 
  imgSrc = "images/spacer.gif"; 
  imgSiz = 9; 
 
  separator = 1; 
  separatorCol = "#006666"; 
 
  isFrames = true; 
  navFrLoc =  "left"; 
  mainFrName = "_top"; 
 
  clickStart = false; 
  clickKill = false; 
 
  keepHilite = true; 
 
  NSfontOver = true; 
  showVisited = "#003366"; 
}
