_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="#CDDDF1";
oncolor="#000000";
offbgcolor="#85A2E9";
offcolor="#000000";
pagebgcolor="#CDDDF1";
pagecolor="#000000";
bordercolor="#336699";
borderstyle="solid";
borderwidth=1;
separatorcolor="#336699";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Arial, helvetica";
headercolor="#000000";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("Corp")){
style=menuStyle;
aI("text=Overview;url=/s/Update.asp;status=Overview;");
aI("text=Directory;url=/s/CorporateDirectory.asp;status=Directory;");
aI("text=Directors & Management;url=/s/Management.asp;status=Directors & Management;");
}

with(milonic=new menuname("Corporate")){
style=menuStyle;
aI("text=Strategic Focus;url=/s/Strategic.asp;status=Strategic Focus;");
aI("text=Corporate Structure;url=/s/CorporateInfo.asp;status=Corporate Structure;");
aI("text=Directory;url=/s/CorporateDirectory.asp;status=Directory;");
aI("text=Directors & Management;url=/s/Management.asp;status=Directors & Management;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
aI("text=Overview;url=/s/Projects.asp;status=Overview;");
//aI("text=Dongchuan Property;url=/s/Dongchuan.asp;status=Dongchuan Property;");
aI("text=Beiya & Ma Touwan Projects;url=/s/Beiya.asp;status=Beiya & Ma Touwan Projects;");
aI("text=Habo Project;url=/s/Habo.asp;status=Habo Project;");
aI("text=Technical Reports;url=/s/Technical-Reports.asp;status=Technical Reports;");
//aI("text=Great Wall Project;url=/s/GreatWall.asp;status=Great Wall Project;");
}

with(milonic=new menuname("Invest")){
style=menuStyle;
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
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=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=Media;url=/s/Media.asp;status=Media;");
}

with(milonic=new menuname("contact")){
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();
