_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(submenuStyle=new mm_style()){
align="center";
fontfamily="Arial Narrow";
fontsize="7pt";
fontweight="normal";
headercolor="#000000";
offbgcolor="AliceBlue";
offcolor="#000000";
onbgcolor="AliceBlue";
oncolor="Blue";
padding="5";
pagebgcolor="AliceBlue";
pagecolor="BlueViolet";
subimage="images/arrow.gif";
subimagepadding="8";
}

with(menuStyle=new mm_style()){
align="center";
fontfamily="Arial Narrow";
fontsize="8pt";
headerbgcolor="#ffffff";
headercolor="#000000";
image="images/location8.gif";
offcolor="Black";
oncolor="Blue";
pagecolor="BlueViolet";
overimage="images/location_on8.gif";
imageposition="right";
itemwidth="100";
}

with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth=500;
style=menuStyle;
alwaysvisible="1";
orientation="horizontal";
openstyle="up";
aI("text=Home;target=;url=index.html;");
aI("text=Training;target=;url=how-to-trade-shares.html;");
aI("text=Tools;target=;url=trading-tools.html;");
aI("text=About us;target=;url=share-trading-education.html;");
aI("text=Site Map;target=;url=sitemap-page-order.html;");
}


 drawMenus();
