_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="#C85B03";
oncolor="#ffffff";
offbgcolor="#F6951B";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#C85B03";
headercolor="#ffffff";
headerbgcolor="#C85B03";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("about")){
left="offset=12";
style=menuStyle;
aI("text=Company Overview;url=/s/CompanyOverview.asp;status=Company Overview;");
aI("text=Overview of Services;url=/s/Services.asp;status=Overview of Services;");
aI("text=Client Charter;url=/s/ClientCharter.asp;status=Client Charter;");
aI("text=Code of Ethics;url=/s/CodeofEthics.asp;status=Code of Ethics;");
aI("text=Brand;url=/s/Brand.asp;status=Brand;");
aI("text=Team;url=/s/Team.asp;status=Team;");
aI("text=Careers;url=/s/Careers.asp;status=Careers;");
}

with(milonic=new menuname("market")){
left="offset=12";
style=menuStyle;
aI("text=Market Primer;url=/s/MarketPrimer.asp;status=Market Primer;");
aI("text=Investor Terms;url=/s/InvestorTerms.asp;status=Investor Terms;");
aI("text=Ask A Pro;url=/s/AskAPro.asp;status=Ask A Pro;");
}

with(milonic=new menuname("clients")){
left="offset=12";
style=menuStyle;
aI("text=Our Clients;url=/s/ClientList.asp;status=Our Clients;");
//aI("text=Mining and Natural Resources Sector;url=/s/Mining.asp;status=Mining and Natural Resources Sector;");
//aI("text=Alternative Energy Sector;url=/s/AltEnergy.asp;status=Alternative Energy Sector;");
//aI("text=Technology Sector;url=/s/Technology.asp;status=Technology Sector;");
aI("text=Resource Investor Monthly;url=/s/ResourceInvestorMonthly.asp;status=Resource Investor Monthly;");
aI("text=In The Media;url=/s/InTheMedia.asp;status=In The Media;");
}

with(milonic=new menuname("products")){
left="offset=12";
style=menuStyle;
aI("text=Product Overview;url=/s/ProductOverview.asp;status=Product Overview;");
aI("text=Essentials Program;url=/s/EssentialsProgram.asp;status=Essentials Program;");
aI("text=Loyalty Plus Campaign;url=/s/LoyaltyPlus.asp;status=Loyalty Plus Campaign;");
aI("text=Retainer IR;url=/s/RetainerIR.asp;status=Retainer IR;");
}

with(milonic=new menuname("join")){
left="offset=12";
style=menuStyle;
aI("text=About Investor Network;url=/s/InvestorNetwork.asp;status=About Investor Network;");
aI("text=New Members;url=/s/NewMembers.asp;status=New Members;");
aI("text=Manage Your Account;url=/s/ManageAccount.asp;status=Manage Your Account;");
}

with(milonic=new menuname("contact")){
left="offset=12";
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();

