/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/

var icon_plus = '<img align="absmiddle" border="0" src="/common/images/icon_plus.gif">&nbsp;&nbsp;';

var MENU_ITEMS = [
	[icon_plus+'Home', "/", {'sb':'Home'}
	],
	[icon_plus+'PC Games', '/games/', {'sb':'PC Games'},
		['Thomas and the Magical Words', '/games/thomas/'],
	],
/*	[icon_plus+'Mobile Games', '/mobilegames/', {'sb':'Mobile Games'},
		['Burger Express', '/mobilegames/burgerexpress/'],
		['Penguin Blocks', '/mobilegames/penguinblocks/'],
		['Sliderweb', '/mobilegames/sliderweb/'],
		['VQ Tennis', '/mobilegames/vqtennis/'],
	],*/
	[icon_plus+'mCashBook', '/mobilesoftware/mcashbook/', {'sb':'mCashBook, our personal financial management application for J2ME phones.'},
	],
	[icon_plus+'Support','/support/', {'sb':'Support'}
	],
];

