// menu_items.js file

var MENU_ITEMS =[
	["Trader's Solutions", "http://www.hypertrader.it/products.shtml", null,
		["HyperServer", "http://www.hypertrader.it/hserver.shtml", null],
		["PNS Server", "http://www.hypertrader.it/pns.shtml", null],
		["MultiFeed Server", "http://www.hypertrader.it/multifeed.shtml", null],
		["NetTrader", "http://www.hypertrader.it/nettrader.shtml", null],
		["HyperTrader", "http://www.hypertrader.it/hypertrader.shtml", null],
		["TraderSuite", "http://www.hypertrader.it/tss.shtml", null]
	],
	["Enterprise Solutions", null, null,
		["Financial Data Server", "http://www.hypertrader.it/fds.shtml", null],
		["Trading Floor Server", "http://www.hypertrader.it/tfs.shtml", null],
		["Software Development Kits", "http://www.hypertrader.it/sdk.shtml", null,
		    ["TradeStation Solutions", "http://www.hypertrader.it/tssdk.shtml", null],
		    ["MetaStock Solutions", "http://www.hypertrader.it/mssdk.shtml", null]
                ]
	],
	["Free Trader's Tools", "http://www.hypertrader.it/freetool.shtml" , null,
		["HyperServer Lite", "http://www.hypertrader.it/hserverl.shtml", null],
		["HyperTools for XPO/OMZ", "http://www.hypertrader.it/htools.shtml", null],
		["HyperTools Premium Ed.", "http://www.hypertrader.it/htools.shtml", null],
		["Online Downloader", "http://www.hypertrader.it/odownloader.shtml", null],
		["Smart Downloader", "http://www.hypertrader.it/sdownloader.shtml", null],
		["TradeStation History PlugIn", "http://www.hypertrader.it/tshplugin.shtml", null],
            ["HyperOrder", "http://www.hypertrader.it/hyperorder.shtml", null]
	],
	["End of Day Data", "http://www.hypertrader.it/eoddata.shtml", null,
	],
	["RealTime Data","http://www.hypertrader.it/rtfeed.shtml", null,
	],
	["Custom Software Dev.", "http://www.hypertrader.it/custom.shtml", null
	],
	["Software Download", "http://www.hypertrader.it/download.shtml", null
	],
	["Online Tools", "http://www.hypertrader.it/tools/HyperToolsOnline.dll/getloginform", null,
	],
	["Contact Us", "http://www.hypertrader.it/contact.shtml", null]
];
