if (isMenu) { 
  menuVersion = 3; 
 
  menuWidth = 90; 
  childOverlap = -2;
  childOffset = 0; 
  perCentOver = null;
  secondsVisible = .5; 
 
  fntCol = "#D6E4E5";
  fntSiz = "8"; 
  fntBold = true; 
  fntItal = false; 
  fntFam = "Tahoma"; 
 
  backCol = "#70A3A6"; 
  overCol = "#336699"; 
  overFnt = "#FFFFFF"; 
 
  borWid = 1; 
  borCol = "#FFFFFF"; 
  borSty = "outset"; 
  itemPad = 5; 
 
  imgSrc = "images/sipky_menu.gif"; 
  imgSiz = 7; 
 
  separator = 0; 
  separatorCol = "#FFFFFF"; 
 
  isFrames = false; 
  navFrLoc =  "left"; 
  mainFrName = "main"; 
 
  clickStart = false; 
  clickKill = false; 
 
  keepHilite = true; 
 
  NSfontOver = true; 
  showVisited = "#666666"; 
}
