//render menus

//OFF[currentLevel] = ON;
//eval("document.images.imgMenu" + currentLevel + ".src = ON ");

//render left instant cash section
if(isNS){document.write("<layer src=/index.htm width=146 height=255 top=" + document.images.reperImg.y + "left=0></layer>")}

textToWrite = "";
if(isNS) textToWrite += "<DIV id=NETSCAPE_BUG_PREVENTION style='POSITION:absolute;TOP:0px;LEFT:0px;WIDTH:0px;BORDER:#000000 0px solid;BACKGROUND-COLOR:#000000;layer-background-color:#000000;VISIBILITY:hidden'></DIV>";
textToWrite += "<DIV id=lyrSubMenu1 class=popupMenus style='POSITION: absolute;TOP:140px;BACKGROUND-COLOR:#000000;PADDING-LEFT:1px;PADDING-TOP:1px;PADDING-RIGHT:1px;PADDING-BOTTOM:1px;'>"
   + "<table cellspacing=0 cellpadding=1 border=0 bgcolor=#000000 width=154 align=center>"
   + "<TR><TD>&nbsp;&nbsp;<a href=general.html class=nav><img src=img/dot-2.gif width=8 height=8 border=0>&nbsp;general information</A></TD></TR>"
   + "<TR><TD>&nbsp;&nbsp;<a href=structure.html class=nav><img src=img/dot-2.gif width=8 height=8 border=0>&nbsp;structure of a company</A></TD></TR>"
   + "<TR><TD>&nbsp;&nbsp;<a href=results.html class=nav><img src=img/dot-2.gif width=8 height=8 border=0>&nbsp;financial results</A></TD></TR>"
   + "<TR><TD>&nbsp;&nbsp;<a href=contacts.html class=nav><img src=img/dot-2.gif width=8 height=8 border=0>&nbsp;contact information</A></TD></TR>"
   + "<TR><TD><img src=img/dot-1.gif width=1 height=3></TD></TR>"
   + "</TABLE>"
   + "</DIV>"
   + "<DIV id=lyrSubMenu2 class=popupMenus style='POSITION: absolute;TOP:101px;BACKGROUND-COLOR:#20600F;PADDING-LEFT:1px;PADDING-TOP:1px;PADDING-RIGHT:1px;PADDING-BOTTOM:1px;'>"
   + "</DIV>"
   + "<DIV id=lyrSubMenu3 class=popupMenus style='POSITION: absolute;TOP:101px;BACKGROUND-COLOR:#20600F;PADDING-LEFT:1px;PADDING-TOP:1px;PADDING-RIGHT:1px;PADDING-BOTTOM:1px;'>"
   + "</DIV>"
   
document.write(textToWrite)

if(isNS){
   for(j=0;j<menuCount;j++){
      eval("SubMenu[j] = document.lyrSubMenu" + (j + 1));
      SubMenu[j].captureEvents(Event.MOUSEOVER | Event.MOUSEOUT);
      for(i=0;i<SubMenu[j].document.links.length;i++) SubMenu[j].document.links[i].onmouseover = overLink;
   }
}
if(isIE) {
   for(i=0; i<menuCount; i++) {
      eval("SubMenu[i] = document.all.lyrSubMenu" + (i + 1));
      SubMenu[i].style.pixelLeft = -500;
   }
}

for(i=0; i<menuCount; i++){
   SubMenu[i].onmouseover = submenuOver;
   SubMenu[i].onmouseout  = submenuOut;
}

SubMenu[0].origLeft = 0
SubMenu[1].origLeft = 0
SubMenu[2].origLeft = 0
SubMenu[3].origLeft = 0