_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="#005500";
oncolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#005500";
bordercolor="#005500";
borderstyle="solid";
borderwidth=1;
separatorcolor="#005500";
separatorsize="1";
padding=5;
fontsize="11";
fontstyle="bold";
fontfamily="Verdana, Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#005500";
headercolor="#ffffff";
headerbgcolor="#005500";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("corp")){
top=51;
style=menuStyle;
aI("text=Profile;url=/corp-profile.htm;status=Profile;");
aI("text=Directors & Officers;url=/corp-directors.htm;status=Directors & Officers;");
aI("text=Organizational Chart;url=/corp-orgchart.htm;status=Organizational Chart;");
aI("text=Corporate Directory;url=/corp-dir.htm;tatus=Corporate Directory;");
}

with(milonic=new menuname("investor")){
top=51;
style=menuStyle;
//aI("text=Stock/Metals Information;url=/investor-01.htm;status=Stock/Metals Information;");
aI("text=Corporate Governance;url=/investor-02.htm;status=Corporate Governance;");
aI("text=Press Releases;url=/investor-03.htm;status=News Releases;");
aI("text=Events & Webcasts;url=/investor-04.htm;status=Events & Webcasts;");
aI("text=Regulatory Filings;url=/investor-05.htm;status=Regulatory Filings;");
aI("text=Stock Information;url=/stockinformation.htm;status=Stock Information;");
aI("text=Analyst Coverage;url=/investor-07.htm;status=Analyst Coverage;");
aI("text=Annual & Quarterly Reports;url=/investor-12.htm;status=Annual & Quarterly Reports;");
aI("text=Responsibility Reports;url=/investor-13.htm;status=Responsibility Reports;");
aI("text=Presentations;url=/investor-10.htm;status=Presentations;");
aI("text=Contact Information;url=/investor-11.htm;status=Contact Information;");
aI("text=Legal;url=/legal.htm;status=Legal;");
aI("text=PFIC;url=/PFIC.htm;status=PFIC;");
}

with(milonic=new menuname("prj")){
top=51;
style=menuStyle;
aI("text=Rosia Montana;url=/prj-rosia.htm;status=Rosia Montana;");
aI("text=Bucium;url=/prj-bucium.htm;status=Bucium;");
aI("text=Disclosure;url=/prj-disclosure.htm;status=Disclosure;");
}

with(milonic=new menuname("ben")){
top=51;
style=menuStyle;
aI("text=For the Economy;url=/benefits-econ.htm;status=For the Economy;");
aI("text=For the Environment;url=/benefits-envi.htm;status=For the Environment;");
aI("text=For the Culture;url=/benefits-cult.htm;status=For the Culture;");
aI("text=For the Community;url=/benefits-comm.htm;status=For the Community;");
}

with(milonic=new menuname("news")){
top=51;
style=menuStyle;
aI("text=Press Releases;url=/news-press.htm;status=Press Releases;");
aI("text=Editorials & Speeches;url=/news-edi.htm;status=Editorials & Speeches;");
//aI("text=Outside Articles;url=/news-outs.htm;status=Outside Articles;");
aI("text=Official Reports;url=/news-offi.htm;status=Official Reports;");
aI("text=Independent Reports;url=/news-indie.htm;status=Independent Reports;");
}

with(milonic=new menuname("contact")){
top=51;
style=menuStyle;
aI("text=Request More Info;url=/contact-request.htm;status=Request More Info;");
aI("text=Send A Message;url=/contact-send.htm;status=Send A Message;");
}


drawMenus();