_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=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


with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(menuStyle=new mm_style()){
offbgcolor="#F0F0F0";
offcolor="#000000";
onbgcolor="#CECECE";
oncolor="#333333";
pagebgcolor="#CECECE";
pagecolor="#333333";
bordercolor="#101010";
borderstyle="solid";
borderwidth=1;
separatorcolor="#101010";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
headercolor="#000000";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("Decoy")){
left=200;
style=menuStyle;
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;");
}

with(milonic=new menuname("Corporate")){
style=menuStyle;
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Directors;url=/s/Directors.asp;status=Directors;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Governance;url=/s/Governance.asp;status=Governance;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
aI("text=Overview;url=/s/Overview.asp;status=Overview;");
aI("text=Technical Reports;url=/s/TechReports.asp;status=Technical Reports;");
aI("text=Property Maps;url=/s/PropertyMaps.asp;status=Property Maps;");
aI("text=Vertikalny Results;url=/s/VertikalnyResults.asp?ReportID=371369;status=Vertikalny Results;");
aI("text=Glossary of Terms;url=/s/Glossary.asp;status=Glossary of Terms;");
//aI("text=The Mangazeisky Project;url=/s/Mangazeisky.asp;status=The Mangazeisky Project;");
}

with(milonic=new menuname("Investors")){
style=menuStyle;
aI("text=Investor Presentation;url=/s/Presentations.asp;status=Investor Presentation;");
aI("text=Financial Reports;url=/s/FinancialStatements.asp;status=Financial Reports;");
aI("text=Shareholder Information;url=/s/ShareholderInfo.asp;status=Shareholder Information;");
aI("text=Stock Quotes;url=/s/StockInfo.asp;status=Stock Quotes;");
aI("text=SEDAR;url=http://sedar.com/DisplayProfile.do?lang=EN&issuerType=03&issuerNo=00026150;target=blank;status=SEDAR;");
aI("text=Upcoming Events;url=/s/Events.asp;status=Upcoming Events;");
aI("text=Annual Meeting of Shareholders;url=/s/AnnualSpecial.asp;status=Annual Meeting of Shareholders;");
}

with(milonic=new menuname("news")){
style=menuStyle;
aI("text=Press Releases;url=/s/NewsReleases.asp;status=Press Releases;");
aI("text=Media Articles;url=/s/Media.asp;status=Media Articles;");

}

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;");

}

drawMenus();