/*
  --- 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 MENU_ITEMS = [
	['COMMUNITY HOMEPAGE', '/scripts/wwiionline/index.jsp'],
			['GETTING STARTED', '/scripts/wwiionline/started.jsp', null,
		['FREE TRIALS & PROMOS', '/scripts/wwiionline/user/promo.jsps'],
		['HOW TO SUBSCRIBE', '/scripts/wwiionline/started.jsp'],
		['DOWNLOADS', '/scripts/wwiionline/downloads.jsp']
	],
	['WIKI/TRAINING/STATS', null, null,
		['WIKI', 'http://wiki.wwiionline.com'],
		['TRAINING CORPS & DOCS', 'http://training.wwiionline.com/scripts/training/index.jsp'],
		['COMBAT STATS (CS&R)', 'http://csr.wwiionline.com/scripts/services/index.jsp']
	],
	['COMMUNITY', null, null,
		['HIGH COMMANDS', null, null,
			['ALLIED HIGH COMMAND', '/scripts/wwiionline/allies.jsp'],
			['AXIS HIGH COMMAND', '/scripts/wwiionline/axis.jsp']
		],
		['DISCUSSION FORUMS',  'http://forums.battlegroundeurope.com/index.php?', null,
			['OFFICIAL DEV UPDATES', 'http://forums.battlegroundeurope.com/forumdisplay.php?f=3'],
			['PLAYER DISCUSSIONS', 'http://forums.battlegroundeurope.com/forumdisplay.php?f=5'],
		],
		['PLAYER CONVENTIONS', '/scripts/wwiionline/conventions.jsp'],
		['BUILDERS PROGRAM', '/scripts/wwiionline/builders.jsp']
	],
	['HELP & ACCOUNT INFO', 'http://support.playnet.com', null,
		['HELP', 'http://support.playnet.com', null,
			['SUPPORT FAQ', 'http://support.playnet.com/support/faq.psp'],
			['SUPPORT HOMEPAGE', 'http://support.playnet.com']
		],
		['PLAYER SUPPORT', 'http://forums.battlegroundeurope.com/forumdisplay.php?f=41', null,
			['PLAYER SUPPORT (PC)', 'http://forums.battlegroundeurope.com/forumdisplay.php?f=13'],
			['PLAYER SUPPORT (MAC)', 'http://forums.battlegroundeurope.com/forumdisplay.php?f=14']
		],
		['GAME MANUAL & DOCS', 'http://training.wwiionline.com/scripts/training/ogm.jsp'],
		['YOUR ACCOUNT', '/scripts/wwiionline/user/profile.jsps', null,
			['MANAGE YOUR ACCOUNT', '/scripts/wwiionline/user/profile.jsps'], 
			['RESET YOUR PASSWORD', '/scripts/wwiionline/user/reset.jsps']
		]
	]
];

