/* Tigra Menu items structure */
var MENU_ITEMS = [

	['Home', 'index.php', {'tw':'_self','tt':'Home','sb':'Home'}

	],
	['Intro', null, null,
	 	['Quick Start', 'iPhone-demo/iPhone-game', {'tw':'_self','tt':'Quick Start','sb':'Quick Start'}],
		['Videos', 'videos.php', {'tw':'_self','tt':'Videos','sb':'Videos'}],
		['Flash Tutorial', 'http://www.exideas.com/ME/tutorial/parent.swf', {'tw' : '_blank'}],
		['About MessagEase', 'http://www.exideas.com/ME/AboutMessagEase.php'],
		//['Soft Key', null],
		//['Reviews', null],
		['Users\' Feedback', 'http://www.exideas.com/ME/iPhonePeopleFB.php'],
		['Learn MessagEase', 'http://www.exideas.com/ME/LearningME.php']
	],
	['Applications', null, null,
	 	['Mobile Phones', 'appsMobile.php', {'tw':'_self','tt':'Interactive TV','sb':'Interactive TV'}],
		['PDAs', 'appsPDAs.php', {'tw':'_self','tt':'PDAs','sb':'PDAs'}],
		['Car Navigation Sys', 'appsCarNav.php', {'tw':'_self','tt':'Interactive TV','sb':'Interactive TV'}],
		['Interactive TV', 'appsITV.php', {'tw':'_self','tt':'Interactive TV','sb':'Interactive TV'}],
		['Smart Cards', 'appsSmartCards.php', {'tw':'_self','tt':'Smart Cards','sb':'Smart Cards'}],
		['Tablet Computers','appsTablet.php', {'tw':'_self','tt':'Tablet PC','sb':'Tablet PC'}]
		
		
	],
	['Products', null, null,
		['Palm OS', 'ProductsPalm.php', {'tw':'_self','tt':'Palm OS','sb':'Palm OS'}],
		['Pocket PC', 'ProductsPocketPC.php', {'tw':'_self','tt':'Pocket PC','sb':'Pocket PC'}],
		['Tablet PC / Win OS', 'ProductsTabletPC.php', {'tw':'_self','tt':'Tablet PC','sb':'Tablet PC'}],
		['iPhone', 'ProductsiPhone.php', {'tw':'_self','tt':'iPhone (beta)','sb':'iPhone'}],
		['iPhone FAQ', 'iPhoneFAQ.php', {'tw':'_self','tt':'iPhone (beta)','sb':'iPhone'}],
		
	],
	
	['Trials & Register', null, null,
		['Downloads', 'http://www.exideas.com/ME/Downloads.php'],
		['Register', 'http://www.exideas.com/ME/RegisterAll.php'],
		['Purchase', 'http://www.exideas.com/ME/RegisterAll.php']
	],
	['About', null, null,
		['Company', 'http://www.exideas.com/ME/AboutExideas.php'],
		['Partners', 'http://www.exideas.com/ME/Partners.php'],
		//['purchase', null]
	]
];
