_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
fixMozillaZIndex=true

with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(menuStyle=new mm_style()){
offbgcolor="#ffffff";
offcolor="#083a81";
onbgcolor="#5cb2e1";
oncolor="#ffffff";
pagebgcolor="#5cb2e1";
pagecolor="#ffffff";
bordercolor="#083a81";
borderstyle="solid";
borderwidth=1;
separatorcolor="#083a81";
separatorsize="1";
padding="5";
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
headercolor="#ffffff";
headerbgcolor="#5cb2e1";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("Company")){
style=menuStyle;
aI("text=Company Profile;url=/s/Company_Profile.asp;status=Company Profile;");
aI("text=Growth Strategy;url=/s/Growth_Strategy.asp;status=Growth Strategy;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Directors;url=/s/Directors.asp;status=Directors;");
aI("text=Health & Safety;url=/s/Health_Safety.asp;status=Health & Safety;");
aI("text=Link to ERD website;url=http://www.erdene.com/;target=blank;status=Link to ERD website;");
}

with(milonic=new menuname("Products")){
style=menuStyle;
aI("text=Kaolin Products;url=/s/Kaolin_Products.asp;status=Kaolin Products;");
aI("text=Toll Processing;url=/s/Toll_Processing.asp;status=Toll Processing;");
aI("text=Inquiries;url=/s/Inquiries.asp;status=Inquiries;");
}

with(milonic=new menuname("Investors")){
style=menuStyle;
aI("text=Chart/Stock Quote;url=/s/Stock_Info.asp;status=Chart/Stock Quote;");
aI("text=Financial Reports;url=/s/Financials.asp;status=Financial Reports;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Regulatory Filings;url=/s/Regulatory_Filings.asp;status=Regulatory Filings;");
}

with(milonic=new menuname("News")){
style=menuStyle;
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
aI("text=Events & Presentations;url=/s/Events_Presentations.asp;status=Events & Presentations;");
aI("text=Request News by Email;url=/s/InformationRequest.asp?small=yes;status=Request News by Email;");

}

drawMenus();