_menuCloseDelay=1200          // The time delay for menus to remain visible on mouse out
_menuOpenDelay=250            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x
fixMozillaZIndex=true

with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(mainMenuStyle=new mm_style()){
offbgcolor="#2c2c2d";
offcolor="#aeaeae";
onbgcolor="#2c2c2d";
oncolor="#f4a03c";
pagebgcolor="#2c2c2d";
pagecolor="#f4a03c";
bordercolor="#2c2c2d";
borderstyle="solid";
borderwidth=0;
separatorcolor="#2c2c2d";
separatorsize="4";
separatorpadding="7";
padding=6;
fontsize="12px";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial, helvetica";
headercolor="#000000";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle=new mm_style()){
offbgcolor="#424345";
offcolor="#ffffff";
onbgcolor="#424345";
oncolor="#f4a03c";
pagebgcolor="#424345";
pagecolor="#f4a03c";
bordercolor="#101010";
borderstyle="solid";
borderwidth=0;
separatorcolor="#2e2f30";
separatorsize="1";
padding=6;
fontsize="11";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial, helvetica";
headercolor="#000000";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("Corporate")){
style=menuStyle;
aI("text=Directors & Management;url=/s/Directors.asp;status=Directors & Management;");
aI("text=Advisory Board;url=/s/AdvisoryBoard.asp;status=Advisory Board;");
aI("text=Vision and Values;url=/s/VisionValues.asp;status=Vision and Values;");
//aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
aI("text=Projects Overview;url=/s/Projects.asp;status=Projects Overview;");
aI("text=Trun;url=/s/Trun.asp;status=Trun;");
aI("text=Breznik;url=/s/Breznik.asp;status=Breznik;");
//aI("text=Rakitovo;url=/s/Rakitovo.asp;status=Rakitovo;");
aI("text=Ilovitza;url=/s/Ilovitza.asp;status=Ilovitza;");
aI("text=KMC;url=/s/Karavansalija.asp;status=KMC;");
}

with(milonic=new menuname("Investors")){
style=menuStyle;
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;showmenu=News");
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Technical Reports;url=/s/TechnicalReports.asp;status=Technical Reports;");
aI("text=Disclosure Policy;url=/s/Disclosure.asp;status=Disclosure Policy;");
}

    with(milonic=new menuname("News")){
    style=menuStyle;
    aI("text=2011 News Releases;url=/s/NewsReleases.asp?DateRange=2011/01/01...2011/12/31;status=2011 News Releases;");
    aI("text=2010 News Releases;url=/s/NewsReleases.asp?DateRange=2010/01/01...2010/12/31;status=2010 News Releases;");
    aI("text=2009 News Releases;url=/s/NewsReleases.asp?DateRange=2009/01/01...2009/12/31;status=2009 News Releases;");
    }

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Contact Info;url=/s/Contact.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();
