_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()){
onbgcolor="#ffffff";
oncolor="#547D8F";
offbgcolor="#497385";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Verdana, Arial, helvetica";
pagecolor="#547D8F";
pagebgcolor="#ffffff";
headercolor="#547D8F";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
overfilter="GradientWipe(WipeStyle=1, size=1.00, motion='Forward', duration=0.3)";
outfilter="GradientWipe(WipeStyle=1, size=1.00, motion='Reverse', duration=0.3)";
}

with(milonic=new menuname("corp")){
top="offset=-1";
style=menuStyle;
aI("text=Fact Sheet;url=/s/FactSheet.asp;status=Fact Sheet;");
aI("text=Profile;url=/s/Profile.asp;status=Profile;");
aI("text=Directors & Management;url=/s/Management.asp;status=Directors & Management;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
}

with(milonic=new menuname("prj")){
top="offset=-1";
style=menuStyle;
aI("text=Operations & Development;url=/s/Yanxi.asp;status=Operations & Development;showmenu=op;");
aI("text=Exploration;url=/s/Exploration.asp;status=Exploration;");
aI("text=Investments;url=/s/Investments.asp;status=Investments;");
}

with(milonic=new menuname("op")){
top="offset=-1";
style=menuStyle;
aI("text=Yanxi Copper Project;url=/s/Yanxi.asp;status=Yanxi Copper Project;");
aI("text=Balikun Coal Project;url=/s/Balikun.asp;status=Balikun Coal Project;");
aI("text=Sawayaerdun Gold Project;url=/s/Sawayaerdun.asp;status=Sawayaerdun Gold Project;");
}

with(milonic=new menuname("inv")){
top="offset=-1";
style=menuStyle;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Financials & Reports;url=/s/FinancialStatements.asp;status=Financials & Reports;");
aI("text=Corporate Presentation;url=/s/Presentations.asp;status=Corporate Presentation;");
aI("text=Analyst Coverage;url=/s/AnalystCoverage.asp;status=Analyst Coverage;");
aI("text=Media Coverage;url=/s/Media.asp;status=Media Coverage;");
}

with(milonic=new menuname("contact")){
top="offset=-1";
style=menuStyle;
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();