
/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/

_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=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset


/*-- TAB STYLES --*/
with(menuStyle=new mm_style()){
onbgcolor="#FFFFFF";
oncolor="#000000";
offbgcolor="#F4F4F5";
offcolor="#375E7A";
padding=4;
fontsize="11px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="000000";
pagebgcolor="#FFFFFF";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="2";
fontweight="bold";
}

/*-- DROP-DOWN STYLES --*/
with(menuStyle2=new mm_style()){
onbgcolor="#FFFFFF";
oncolor="#000000";
offbgcolor="#F4F4F5";
offcolor="#375E7A";
padding=4;
fontsize="11px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="000000";
pagebgcolor="#FFFFFF";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="2";
fontweight="bold";
bordercolor="#D6DCE1";
borderstyle="solid";
borderwidth=1;
separatorcolor="#D6DCE1";
separatorsize=1;
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
screenposition="center";
top=94;
menuwidth="750px";
alwaysvisible=1;
orientation="horizontal";
/* PLACEHOLDER IMG */aI("image=images/tab_left.gif;pointer=default;");
aI("url=index.html;status=Home Page;image=images/tab_home.gif;overimage=images/tab_home_over.gif;pageimage=images/tab_home_over.gif;");
aI("url=overview.html;status=Overview;image=images/tab_overview.gif;overimage=images/tab_overview_over.gif;pageimage=images/tab_overview_over.gif;");
aI("showmenu=trading_services;image=images/tab_trading.gif;overimage=images/tab_trading_over.gif;pageimage=images/tab_trading_over.gif;pointer=default;");
aI("showmenu=pre_post_trade;image=images/tab_pre_post_trade.gif;overimage=images/tab_pre_post_trade_over.gif;pageimage=images/tab_pre_post_trade_over.gif;pointer=default;");
aI("showmenu=clients;image=images/tab_clients.gif;overimage=images/tab_clients_over.gif;pageimage=images/tab_clients_over.gif;pointer=default;");
aI("showmenu=about_us;image=images/tab_about.gif;overimage=images/tab_about_over.gif;pageimage=images/tab_about_over.gif;pointer=default;");
/* PLACEHOLDER IMG */aI("image=images/tab_right.gif;pointer=default;");
}

with(milonic=new menuname("trading_services")){
style=menuStyle2;
aI("text=ESP&#8482;;url=trading_services_esp.html;");
aI("text=RFQ;url=trading_services_erfs.html;");
aI("text=Orders;url=trading_services_orders.html;");
aI("text=Spreadsheet Trading;url=trading_services_spreadsheet_trading.html;");
aI("text=Benchmark;url=trading_services_benchmark.html;");
aI("text=Loans and Deposits;url=trading_services_loans_deposits.html;");
aI("text=Prime Brokerage;url=trading_services_prime_brokerage.html;");
aI("text=White Label Solutions;url=trading_services_white_label_solutions.html;");
aI("text=Technology;url=trading_services_technology.html;");
aI("text=Security;url=trading_services_security.html;");
aI("text=API Integration;url=trading_services_api_integration.html;");
}

with(milonic=new menuname("pre_post_trade")){
style=menuStyle2;
aI("text=Pre-Trade Processing;url=pre_post_pre_trade_processing.html;");
aI("text=Post-Trade Processing;url=pre_post_post_trade_processing.html;");
aI("text=Reporting;url=pre_post_reporting.html;");
aI("text=News and Analysis;url=pre_post_news_analysis.html;");
}

with(milonic=new menuname("clients")){
style=menuStyle2;
aI("text=Overview;url=clients_overview.html;");
aI("text=Corporates;url=clients_corporates.html;");
aI("text=Leveraged Funds;url=clients_leveraged_funds.html;");
aI("text=Institutional Funds;url=clients_institutional_funds.html;");
aI("text=Buy-side Banks;url=clients_buy-side_banks.html;");
aI("text=Sell-side Banks;url=clients_sell-side_banks.html;");
aI("text=Broker/Dealers;url=clients_broker_dealers.html;");
}

with(milonic=new menuname("about_us")){
style=menuStyle2;
aI("text=About Us;url=about_us.html;");
aI("text=Management;url=about_us_management.html;");
aI("text=Prime Broker Relationships;url=about_us_prime_brokers.html;");
aI("text=White Label Partners;url=about_us_white_label.html;");
aI("text=Catalyst Program;url=about_us_catalyst.html;");
aI("text=News and Events;url=about_us_news_events.html;");
aI("text=Job Opportunities;url=job_opportunities.html;");
aI("text=Contact Us;url=contact_us.html;");
}
drawMenus();

