
_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset

rootPath = 'http://www.btflive.net/';
rootPath = 'http://'+window.location.hostname+'/';
rootPath = '/';

with(submenuStyle=new mm_style()){
offbgcolor="#DEEFFF";
offcolor="#003366";
onbgcolor="#36537D";
oncolor="#FFFFFF";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="xx-small";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
fontweight="bold";
itemwidth="230";
pagecolor="black";
pagebgcolor="#fad8b6";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage=rootPath + "images/arrow.gif";
//onsubimage="+ rootPath +"images/dd_arrow_w.gif"
subimagepadding="2";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
}

with(menuStyle=new mm_style()){
itemheight=16;
//onbgcolor="#04b46b";

oncolor="#000000";
offbgcolor="#c8c6c6"; 
overbgimage="/images/submenu-bg.jpg";
oncolor="#ffffff";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=0;
separatorcolor="#999999";
separatorsize="1";
padding=3;
fontsize="11px";
fontstyle="normal";
fontfamily="Arial";
//fontweight="bold";
itemwidth="80";
pagecolor="black";
//pagebgcolor="#fad8b6"; // selected color
pagebgimage="/images/submenuover-bg.jpg";
pagecolor="#000000";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage=rootPath + "images/arrow.gif";
subimagepadding="2";
high3dcolor="#04b46b";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
}

with(mainmenuStyle=new mm_style()){
//menuheight=40;
//menuwidth=880;
menualign="left";
itemheight=16;
align="center";
onbgcolor="#dab46b";
bgimage="/images/menu-bg.jpg";
overbgimage="/images/menuover-bg.jpg";
//overbgimage="/images/menu-bg.jpg";
oncolor="#000000";
//offbgcolor="#043991";
offcolor="#FFFFFF";
bordercolor="#FFFFFF";
borderstyle="none";
borderwidth=0;
separatorcolor="#dab46b";
//separatorimage=rootPath + "images/dotted.gif";
separatorstyle="solid";
separatorsize="1";
padding=2;
fontsize="11px";	
fontstyle="normal";
fontfamily="Arial";
//fontweight="bold";
pagecolor="black";
pagebgimage="/images/menuover-bg.jpg";
pagebgcolor="#fad8b6";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="2";

//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main Menu")){
style=mainmenuStyle;
top=101;
left=1;
menuwidth=991;
followscroll = 1;
alwaysvisible=1;
orientation="horizontal";
position = "relative";
marketid=2;
//aI("text=Home;showmenu=Home;");
aI("text=Home;itemwidth=50;url=" + rootPath + "index.php;");
aI("text=News;itemwidth=50;url=" + rootPath + "news/index.php;");
//aI("text=Regulation &amp; Policy;itemwidth=114;url=" + rootPath + "reg/regulation.php?op=mainreg&marketid=" + marketid + ";");
aI("subimage="+ rootPath + "images/dd_arrow_w.gif;onsubimage="+ rootPath +"images/dd_arrow_bl-grey.gif;text=Reports & Research;itemwidth=130;showmenu=ResearchReports;");

aI("subimage="+ rootPath +"images/dd_arrow_w.gif;onsubimage="+ rootPath +"images/dd_arrow_bl-grey.gif;text=Markets;itemwidth=80;showmenu=Markets;url=" + rootPath + "exchanges/exchanges.php;");
aI("text=Companies;itemwidth=80;url=" + rootPath + "exchanges/companieslist.php?marketid=" + marketid + ";");

aI("subimage="+ rootPath + "images/dd_arrow_w.gif;onsubimage="+ rootPath +"images/dd_arrow_bl-grey.gif;text=Market Tools;itemwidth=100;showmenu=MarketTools;");
aI("text=Training;itemwidth=50;url=" + rootPath + "util/pages.php?op=training;");
aI("text=E-Learning;itemwidth=60;url=" + rootPath + "edu/education.php?op=showcatpage&catid=23;");
//aI("text=Bookshop;itemwidth=60;url=http://books.global-investor.com/pages/home.htm?ginPtrCode=10404;");
aI("text=Online Trading;itemwidth=95;url=" + rootPath + "livetrade/livetrade.php?marketid=" + marketid + ";");
aI("text=Resources;itemwidth=66;url=" + rootPath + "util/resources.php;");
aI("text=Brokers;itemwidth=54;url=" + rootPath + "exchanges/broker.php?marketid=" + marketid + ";");
aI("text=Contact Us;itemwidth=68;url=" + rootPath + "util/contactus.php;");
}


