_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=0               // Sub menu top offset
_subOffsetLeft=0              // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x


with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(menuStyle=new mm_style()){
onbgcolor="#dab16a";
oncolor="#094789";
offbgcolor="#2568ad";
offcolor="#ffffff";
bordercolor="#eeeeee";
borderstyle="solid";
borderwidth=1;
separatorcolor="#eeeeee";
separatorsize="1";
padding=5;
fontsize="12";
fontweight="normal";
fontfamily="Arial, helvetica";
pagecolor="#094789";
pagebgcolor="#dab16a";
headercolor="#094789";
headerbgcolor="#dab16a";
subimage="/i/common/arrow-w.gif";
subimagepadding="2";
overfilter="";
outfilter="";
}



with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=Corporate Overview;url=/s/Corporate.asp;status=Corporate Overview;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Values;url=/s/Values.asp;status=Values;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
aI("text=Mining;showmenu=mining;status=Brestovac;");
aI("text=Renewable Energy;url=/s/RenewableEnergy.asp;showmenu=renew;status=Renewable Energy;");
aI("text=Geothermal;url=/s/Vranjska_Banja.asp;showmenu=geo;status=Geothermal;");
aI("text=What is Run-of-River?;url=/s/WhatIsRunOfRiver.asp;status=What is Run-of-River?;");
aI("text=Photo Gallery;url=/s/PhotoGallery.asp;status=Photo Gallery;");
}

   with(milonic=new menuname("mining")){
   style=menuStyle;
   aI("text=Projects Overview;url=/s/Projects.asp;status=Projects Overview;");
   aI("text=Brestovac;url=/s/Brestovac.asp;status=Brestovac;");
   aI("text=Deli Jovan;url=/s/DeliJovan.asp;status=Deli Jovan;");
   aI("text=Stara Planina;url=/s/StaraPlanina.asp;status=Stara Planina;");
   aI("text=Plavkovo;url=/s/Plavkovo.asp;status=Plavkovo;");
   aI("text=Lece;url=/s/Lece.asp;status=Lece;");
   aI("text=Parlozi;url=/s/Parlozi.asp;status=Parlozi;");
   aI("text=Bobija;url=/s/Bobija.asp;status=Bobija;");
   }

   with(milonic=new menuname("renew")){
   style=menuStyle;
   aI("text=Brodavero 1;url=/s/Brodavero_1.asp;status=Brodavero 1;");
   aI("text=Brodavero 2;url=/s/Brodavero_2.asp;status=Brodavero 2;");
   }
   
   with(milonic=new menuname("geo")){
   style=menuStyle;
   aI("text=Vranjska Banja - Southern Serbia;url=/s/Vranjska_Banja.asp;status=Vranjska Banja - Southern Serbia;");
   aI("text=Vojvodina Province - Northern Serbia;url=/s/Vojvodina.asp;status=Vojvodina Province - Northern Serbia;");
   }

with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=Articles & Coverage;url=/s/Articles.asp;status=Articles & Coverage;");
aI("text=Presentations;url=/s/Presentation.asp;status=Presentations;");
aI("text=Events;url=/s/Events.asp;status=Events;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
aI("text=Contact Info;url=/s/ContactUs.asp;status=Contact Info;");
aI("text=Request More Info;url=/s/InformationRequest.asp;status=Request More Info;");
aI("text=Send A Message;url=/s/SendMessage.asp;status=Send A Message;");
}

drawMenus();