/* Tigra Menu items structure */
var PRODUCTS = [
	['<img src="http://clients.bglcorp.com.au/images/blue_tab_arrow_2.gif" width="27" height="25" border="0" />', '#', {'sw':27,'bl':-95},
		['CAS', 'http://www.bglcorp.com.au/products/cas/'],
		['Simple Fund', 'http://www.bglcorp.com.au/products/simplefund/', {'bl':120,'bt':0},
			['Professional', 'http://www.bglcorp.com.au/products/simplefund/professional/'],
			['Trustee', 'http://www.bglcorp.com.au/products/simplefund/trustee/']
		],
		['Simple Invest', 'http://www.bglcorp.com.au/products/simpleinvest/'],
		['Simple Ledger', 'http://www.bglcorp.com.au/products/simpleledger/'],
		['Other Products', '#', {'bl':120,'bt':0},
			['ASX Data Feed', 'http://www.bglcorp.com.au/products/other/asx/'],
			['Portfolio Service', 'http://www.bglcorp.com.au/products/other/portfolioservice/'],
			['BGL Client Services', 'http://www.bglcorp.com.au/products/other/clientservices/']
		],
		['Download Demo', 'http://demo.bglcorp.com.au/']
	]
];
var CLIENTCENTRE = [
	['<img src="http://clients.bglcorp.com.au/images/blue_tab_arrow_2.gif" width="27" height="25" border="0" />', '#', {'sw':27,'bl':-95},
		['Your Support', '', {'bl':120,'bt':0},
			['Your Support Calls', 'http://clients.bglcorp.com.au/?i=supportcalls'],
			['Log a Support Call', 'http://clients.bglcorp.com.au/?i=supportlog'],
			['Knowledge Base', 'http://clients.bglcorp.com.au/?i=supportcentre'],
			['Software Downloads', 'http://clients.bglcorp.com.au/?i=downloads'],
			['Training Registration', 'http://clients.bglcorp.com.au/?i=training'],
			],
			['BGL Forums', 'http://clients.bglcorp.com.au/?i=forums'],
			['BGL Direct', 'http://clients.bglcorp.com.au/?ann=all'],
			['Subscription Renewal', 'http://clients.bglcorp.com.au/?i=renewals'],
			['Purchases & Upgrades', 'http://clients.bglcorp.com.au/?i=purchases'],
			]
];
var SERVICES = [
	['<img src="http://clients.bglcorp.com.au/images/blue_tab_arrow_2.gif" width="27" height="25" border="0" />', '#', {'sw':27,'bl':-95},
		['About BGL', 'http://www.bglcorp.com.au/about/'],
		['Our Team', 'http://www.bglcorp.com.au/about/team/'],
		['Careers', 'http://www.bglcorp.com.au/about/careers/'],
		['Partnerships', 'http://www.bglcorp.com.au/about/partnerships/'],
		['Contact Us', 'http://www.bglcorp.com.au/about/contact/'],
		['Newsletters', 'http://www.bglcorp.com.au/newsletter/'],

	]
];

var SEARCH = [
	['<img src="http://clients.bglcorp.com.au/images/black_search_arrow_2.gif" border="0" />', '', {'sw':27,'bl':-95},
		['Site Map', 'http://www.bglcorp.com.au/sitemap/'],
		['Contact Us', 'http://www.bglcorp.com.au/profile/contactus/'],
	]
];