// JavaScript Document
var myMenu =
[
	[null, 'Home', 'index.html', null, 'Home'],
	[null, 'Company Profile', 'company.html', null, 'Company Profile',
		[null, 'About IFB ', 'aboutifb.html', null, 'About IFB '],
		[null, 'Contact Information', 'contact.html', null, 'Contact Information'],
		[null, 'Regulatory Information', 'regulatory.html', null, 'Regulatory Information'],
		[null, 'Risk Warning', 'risk.html', null, 'Risk Warning'],
		[null, 'Disclaimer', 'disclaimer.html', null, 'Disclaimer']
	],
	[null, 'Trading Features', 'trading_features.html', null, 'Trading Features',
		[null, 'Online Trading', 'online_trading.html', null, 'Online Trading',
			[null, 'Advantages of Online Trading', 'advantages.html', null, 'Advantages of Online Trading'],
			[null, 'Attributes to our System', 'attributes.html', null, 'Attributes to our System'],
			[null, 'Open A Real Account', 'real.html', null, 'Open A Real Account'],
			[null, 'Open a Demo Account', 'http://www.hybrid-solutions.com/ifbtrading.exe', null, 'Open a Demo Account'],
			[null, 'Introducing Brokers', 'brokers.html', null, 'Introducing Brokers']
		],
],
		
	[null, 'Products', 'products.html', null, 'Products',
		[null, 'Forex Trading', 'forex_trading.html', null, 'Forex Trading'],
		[null, 'Futures (OTC)', 'futures_otc.html', null, 'Futures (OTC)'],
		[null, 'Precious Metals', 'precious_metals.html', null, 'Precious Metals'],
		[null, 'Stock Indices', 'stock_indices.html', null, 'Stock Indices'],
		[null, 'Crude Oil', 'crude_oil.html', null, 'Crude Oil'],
		[null, 'Shares/CFDs', 'shares.html', null, 'Shares/CFDs']
		
	],
	[null, 'Resources', 'resources.html', null, 'Resources',
		
		[null, 'Analysis Guidelines', 'analysis.html', null, 'Analysis Guidelines'],
		[null, 'Glossary', 'glossary.html', null, 'Glossary'],
		[null, 'Links', 'links.html', null, 'Links'],
		[null, 'FAQ', 'faq.html', null, 'FAQ']
		
	],

];