_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()){
offbgcolor="#003D6B";
offcolor="#ffffff";
onbgcolor="#003D6B";
oncolor="#ffcc00";
pagebgcolor="#003D6B";
pagecolor="#ffcc00";
bordercolor="#9EB5C7";
borderstyle="solid";
borderwidth=1;
separatorcolor="#9EB5C7";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
headercolor="#ffcc00";
headerbgcolor="#003D6B";
subimage="/i/common/arrow.gif";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=About Us;url=/s/AboutUs.asp;status=About Us;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Governance;url=/s/Governance.asp;status=Governance;");
aI("text=Social Responsibility;url=/s/SocialResponsibility.asp;status=Social Responsibility;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
aI("text=Quantum Screening & Crushing (South Africa);url=/s/QuantumScreening.asp;status=Quantum Screening & Crushing (South Africa);");
//aI("text=New Stone Mining (DRC);url=/s/StoneMining.asp;status=New Stone Mining (DRC);");
//aI("text=Canaf (SL) (Sierra Leone);url=/s/SierraLeone.asp;status=Canaf (SL) (Sierra Leone);");
aI("text=Photo Gallery;url=/s/PhotoGallery.asp;status=Photo Gallery;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=Investment Highlights;url=/s/InvestmentHighlights.asp;status=Investment Highlights;");
//aI("text=FAQ;url=/s/FAQ.asp;status=FAQ;");
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=Financials;url=/s/FinancialStatements.asp;status=Financials;");
//aI("text=Corporate Presentations;url=/s/Presentations.asp;status=Corporate Presentations;");
//aI("text=Calendar of Events;url=/s/Events.asp;status=Calendar of Events;");
}

with(milonic=new menuname("news")){
style=menuStyle;
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
aI("text=Media;url=/s/Media.asp;status=Media;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
aI("text=Company Contact Info;url=/s/CompanyContactInfo.asp;status=Company Contact Info;");
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();
