_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="#e4a443";
oncolor="#ffffff";
offbgcolor="#E7ECEF";
offcolor="#000000";
bordercolor="#072B43";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="verdana, Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#e4a443";
headercolor="#ffffff";
headerbgcolor="#e4a443";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=Management;url=/s/Management.asp;showmenu=mgmt;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("mgmt")){
style=menuStyle;
aI("text=Directors;url=/s/Management.asp;status=Directors;");
aI("text=Officers;url=/s/Officers.asp;status=Officers;");
//aI("text=Pro Group Services;url=/s/ProGroup.asp;status=Pro Group Services;");
aI("text=Technical Management ;url=/s/Technical.asp;status=Technical Management ;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
aI("text=Gold in China;url=/s/Projects.asp;status=Gold in China;");
aI("text=Sawayaerdun Project;url=/s/Sawayaerdun.asp;showmenu=sawa;status=Sawayaerdun Project;");
aI("text=Song Jiaguo Project;url=/s/SongJiaguo.asp;showmenu=song;status=Song Jiaguo Project;");
//aI("text=Muping Project;url=/s/Muping.asp;status=Muping Project;");
//aI("text=Fushan Project;url=/s/Fushan.asp;status=Fushan Project;");
}

with(milonic=new menuname("sawa")){
style=menuStyle;
aI("text=Project Details;url=/s/Sawayaerdun.asp;status=Project Details;");
aI("text=Resource Estimate;url=/s/Sawayaerdun_RE.asp;status=Resource Estimate;");
}

with(milonic=new menuname("song")){
style=menuStyle;
aI("text=Project Details;url=/s/SongJiaguo.asp;status=Project Details;");
aI("text=Resource Estimate;url=/s/Song_Jiagou_RE.asp;status=Resource Estimate;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=News Releases;url=/s/NewsReleases.asp?DateRange=2008/01/01...2008/12/31;status=News Releases;");
aI("text=Media/Analyst Coverage;url=/s/MediaCoverage.asp;status=Media/Analyst Coverage;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Upcoming Events;url=/s/Events.asp;status=Upcoming Events;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Photo Gallery;url=/s/Photos.asp;status=Photo Gallery;");
aI("text=January in Review;url=/s/PhotoGallery.asp;status=January in Review;");
}

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();