_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()){
onbgcolor="#CC6601";
oncolor="#ffffff";
offbgcolor="#666666";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=2;
fontsize="11";
fontstyle="bold";
fontfamily="verdana, arial";
pagecolor="#ffffff";
pagebgcolor="#CC6601";
headercolor="#ffffff";
headerbgcolor="#CC6601";
subimage="";
subimagepadding="2";
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)";
itemwidth="102";
overfilter="Alpha(opacity=75); ";
}

with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=Who We Are;url=/s/WhoWeAre.asp;status=Who We Are;");
//aI("text=Our Divisions;url=/s/OurDivisions.asp;status=Our Divisions;");
aI("text=Directory;url=/s/Directory.asp;status=Directory;");
aI("text=Our Code;url=/s/OurCode.asp;status=Our Code;");
aI("text=Our Strategy;url=/s/Strategy.asp;status=Our Strategy;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
//aI("text=Altau Gold;url=/s/AsianGold.asp;status=Altau Gold;");
aI("text=Asset Management;url=/s/AssetManagement.asp;status=Asset Management;");
//aI("text=Arabian Gold;url=/s/ArabianGold.asp;status=Arabian Gold;");
aI("text=Asterion AV;url=/s/AsterionAV.asp;status=Asterion AV;");
//aI("text=Avanve Gold;url=/s/AvanceGold.asp;status=Avanve Gold;");
//aI("text=Avance Gold;url=/s/AvanceGold.asp;status=Avance Gold;");
//aI("text=Resource Capital;url=/s/ResourceCapital.asp;status=Resource Capital;");
//aI("text=Asterion AV;url=/s/AsterionAV.asp;status=Asterion AV;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=ALTUS News;url=/s/NewsReleases.asp;status=ALTUS News;");
aI("text=Portfolio News;url=/s/PortfolioNews.asp;status=Portfolio News;");
aI("text=Media;url=/s/Media.asp;status=Media;");
aI("text=Presentations;url=/s/Presentation.asp;status=Presentations;");
aI("text=CEO Letters;url=/s/CEOLetters.asp;status=CEO Letters;");
aI("text=Metals;url=/s/Metals.asp;status=Metals;");
aI("text=Financials;url=/s/FinancialStatements.asp;status=Financials;");
aI("text=Share Capital;url=/s/ShareCapital.asp;status=Share Capital;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Contact Info;url=/s/ContactUs.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();

