_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 Netscape 4.x
fixMozillaZIndex=true

with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(mainStyle=new mm_style()){
offbgcolor="transparent";
offcolor="#ffffff";
onbgcolor="transparent";
oncolor="#b2b2b2";
pagebgcolor="#919191";
pagecolor="#ffffff";
bordercolor="";
borderstyle="";
borderwidth="";
separatorcolor="#b2b2b2";
separatorsize="1";
separatorheight="30";
separatorpadding="0";
padding="1";
fontsize="13";
fontstyle="bold";
fontfamily="arial, helvetica";
headercolor="#ffffff";
headerbgcolor="#919191";
subimage="";
subimagepadding="";
overfilter="";
outfilter="";
}

with(menuStyle=new mm_style()){
offbgcolor="#2d3537";
offcolor="#ffffff";
onbgcolor="#919191";
oncolor="#ffffff";
pagebgcolor="#919191";
pagecolor="#FFFFFF";
bordercolor="#b2b2b2";
borderstyle="solid";
borderwidth="1";
separatorcolor="#b2b2b2";
separatorsize="1";
padding="5";
fontsize="12";
fontstyle="normal";
fontfamily="arial, helvetica";
headercolor="#FFFFFF";
headerbgcolor="#919191";
subimage="";
subimagepadding="";
overfilter="GradientWipe(WipeStyle=1, size=1.00, motion='Forward', duration=0.3);Alpha(style=0,opacity=88);Shadow(color='#2C1601', Direction=135, Strength=5);";
outfilter="GradientWipe(WipeStyle=1, size=1.00, motion='Reverse', duration=0.3)";
overfilter="Alpha(opacity=75); ";
}


with(milonic=new menuname("About")){
style=menuStyle;
left="offset=-1";
itemwidth=96;
aI("text=Who We Are;url=/s/About_Us.asp;status=Who We Are;");
//aI("text=Strategy;url=/s/Process.asp;status=Strategy;");
aI("text=What We Do;url=/s/WhatWeDo.asp;status=What We Do;");
aI("text=Directory;url=/s/Directory.asp;status=Directory;");
//aI("text=Share Capital;url=/new/Share-Capital.asp;status=Share Capital;");
}


with(milonic=new menuname("Investors")){
left="offset=-1";
itemwidth=89;
style=menuStyle;
//aI("text=Strategy;url=/s/Strategy.asp;status=Strategy;");
aI("text=News;url=/s/NewsReleases.asp?DateRange=2011/01/01...2011/12/31;status=News;");
aI("text=Media;url=/s/Media.asp;status=Media;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Metal Prices;url=/s/MetalPrices.asp;status=Metal Prices;");
}

with(milonic=new menuname("Portfolio")){
left="offset=-1";
itemwidth=90;
style=menuStyle;
//aI("text=Arabian Gold;url=/new/Arabian-Gold.asp;status=Arabian Gold;");
//aI("text=Aluvance;url=/new/Aluvance.asp;status=Aluvance;");
//aI("text=Altau Gold;url=/new/Altau-Gold.asp;status=Altau Gold;");
aI("text=Investments;url=/s/Public.asp;status=Investments;");
//aI("text=Portfolio News;url=/s/PortfolioNews.asp;status=Portfolio News;");
//aI("text=AIM Market;url=/s/AIM_Market.asp;status=AIM Market;");
//aI("text=Commodities;url=/s/Commodities.asp;status=Commodities;");
}

with(milonic=new menuname("Contact")){
left="offset=-1";
itemwidth=107;
style=menuStyle;
aI("text=Contact Info;url=/s/Contact.asp;status=Contact Info;");
//aI("text=Request Info;url=/s/InformationRequest.asp;status=Request Info;");
aI("text=Send A Message;url=/s/SendMessage.asp;status=Send A Message;");
}

drawMenus();
