/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', '#', {'tw':'_self'},
		['Main Page', '#', {'tw':'_self'}],
		['About SB', '#', {'tw':'_self'}],
		['Testimonials', '#', {'tw':'_self'}],
		['SB Store', '#', {'tw':'_self'}]
	],
	['Companies', '#', {'tw':'_self'},
		['Client Companies', null],
		['Archived Companies', null],
		['List With Us!', null]
	],
	['Multimedia', '#', {'tw':'_self'},
		['SBtv', null],
		['BULLYradio', null],
		['Newsletter', null],
		['Article Archive', null]
	],
	['Tools', '#', {'tw':'_self'},
		['AlphaTrade Quotes', null],
		['Login', null],
		['Financial Feeds', null],
		['Blogs', null],
		['RSS', null]
	],
	['SB Services', '#', {'tw':'_self'},
		['Investor Relations', null],
		['Multimedia', null],
		['Writing Services', null],
		['Internet Marketing', null]
	],
	['Partners', '#', {'tw':'_self'},
		['Partners', null],
		['Link Directory', null],
		['Link Exchange', null]
	],
	['Legal', '#', {'tw':'_self'},
		['Terms Of Service', null],
		['Privacy Policy', null],
		['Disclaimer', null]
	],
	['Contact', '#', {'tw':'_self'},
		['Contact', null],
		['Membership', null]
	]
];
