 

 

<!-- 

if (isMenu) { 

  menuVersion = 3; 

 

  menuWidth = 90; 

  childOverlap =-3; // distance from horizontal sub menu

 childOffset = 3;  // This mean the position of the sub popup menu up and down value

 perCentOver =2;  // Where the sub pop up will be over the first pop up or next to it



  secondsVisible = .6; 

 

  fntCol = "#ffffff"; 

  fntSiz = "7.5"; 

  fntBold =true; 

  fntItal = false; 

  fntFam = "sans-serif"; 

 

  backCol = "#D06F10"; 

  overCol = "#E7AA7A"; 

  overFnt = "#ffffff"; 

 

  borWid = 2; 

  borCol = "#D06F10"; 

  borSty = "solid"; 

  itemPad =0; 

 

  imgSrc = "images/arrow.gif"; 

  imgSiz =14; 

 

  separator = 1; 

  separatorCol = "#D06F10"; 

 

  isFrames = false; 

  navFrLoc =  "left"; 

  mainFrName = "main"; 

 

  clickStart = false; 

  clickKill = false; 

 

  keepHilite = true; 

 

  NSfontOver = false; 

  showVisited = "#666666"; 

} 