_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=Hatu;url=/s/Xinjiang-JV.asp?ReportID=107382;status=Hatu;");
aI("text=Red Valley;url=/s/RedValley.asp?ReportID=107432;status=Red Valley;");
aI("text=Wild Horse;url=/s/WildHorse.asp?ReportID=107435;status=Wild Horse;");
}

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();