_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="#335985";
oncolor="#ffffff";
offbgcolor="#94B0C5";
offcolor="#000000";
bordercolor="#335985";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Verdana, Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#335985";
headercolor="#ffffff";
headerbgcolor="#335985";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=Team;url=/s/Management.asp;status=Team;");
aI("text=Financials;url=/s/FinancialStatements.asp;status=Financials;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
aI("text=Golden Repeat, Nevada;url=/s/GoldenRepeat.asp;status=Golden Repeat;");
aI("text=Opinaca D, Quebec;url=/s/OpinacaD.asp;status=Opinaca D;");
aI("text=Hatu, Xinjiang;url=/s/Xinjiang-JV.asp?ReportID=107382;status=Hatu;");
}

with(milonic=new menuname("news")){
style=menuStyle;
aI("text=2012;url=/s/NewsReleases.asp?DateRange=2012/01/01...2012/12/31;status=2012;");
aI("text=2011;url=/s/NewsReleases.asp?DateRange=2011/01/01...2011/12/31;status=2011;");
aI("text=2010;url=/s/NewsReleases.asp?DateRange=2010/01/01...2010/12/31;status=2010;");
aI("text=2009;url=/s/NewsReleases.asp?DateRange=2009/01/01...2009/12/31;status=2009;");
aI("text=2008;url=/s/NewsReleases.asp?DateRange=2008/01/01...2008/12/31;status=2008;");
aI("text=2007;url=/s/NewsReleases.asp?DateRange=2007/01/01...2007/12/31;status=2007;");
aI("text=2006;url=/s/NewsReleases.asp?DateRange=2006/01/01...2006/12/31;status=2006;");
aI("text=2005;url=/s/NewsReleases.asp?DateRange=2005/01/01...2005/12/31;status=2005;");
aI("text=2004;url=/s/NewsReleases.asp?DateRange=2004/01/01...2004/12/31;status=2004;");
}

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=Calendar of Events;url=/s/CalendarofEvents.asp;status=Calendar of Events;");
aI("text=Presentations;url=/s/Presentation.asp;status=Presentations;");
aI("text=Articles;url=/s/RelatedArticles.asp;status=Articles;");
aI("text=Related Web Sites;url=/s/RelatedSites.asp;status=Related Web Sites;");
aI("text=Downloads;url=/s/Downloads.asp;status=Downloads;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
aI("text=Contact Us;url=/s/ContactUs.asp;status=Contact Us;");
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();
