/*
  --- 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 = [
	['<img src=img/general.gif alt="General" border=0>', null, null,
		['<img src=img/menutop1.gif alt="Top Menu" border=0>', '#'],
		['<center>Go Home</center>', 'http://www.ntguk.com'],
		['<center>Set Homepage</center>', 'nav.php?nav=sethomepage'],
		['<img src=img/menubottom1.gif alt="Bottom Menu" border=0>', '#'],

	],

	['<img src=img/music.gif alt="Music" border=0>', null, null,
		['<img src=img/menutop1.gif alt="Top Menu" border=0>', '#'],
		['<center>Closed For Repairs</center>', '#'],
['<img src=img/menubottom1.gif alt="Bottom Menu" border=0>', '#'],
	],


	['<img src=img/community.gif alt="Community" border=0>', null, null,
		['<img src=img/menutop1.gif alt="Top Menu" border=0>', '#'],
		['<center>Forum</center>', 'http://www.ntguk.com/forum'],
		['<center>Arcade</center>','http://www.ntguk.com/arcade.php'],
		['<img src=img/menuspacer.gif border=0>', , '#'],
		['<center>Postapic (Gallery)</center>', 'http://www.ntguk.com/postapic'],
		['<img src=img/menuspacer.gif border=0>', , '#'],
		['<center>Ask Tango</center>','http://www.ntguk.com/nav.php?nav=asktango'],
		['<center>TangoTV</center>', 'http://www.ntguk.com/nav.php?nav=tangotv'],
	['<img src=img/menubottom1.gif alt="Bottom Menu" border=0>', '#'],
	],

	['<img src=img/downloads.gif alt="Downloads" border=0>', null, null,
	['<img src=img/menutop1.gif alt="Top Menu" border=0>', '#'],
		['<center>Helpful Downloads</center>', 'http://www.ntguk.com/nav.php?nav=downloadsystemtools'],
		['<center>NTG Exclusive</center>', 'http://www.ntguk.com/nav.php?nav=downloadntgtools'],
	['<img src=img/menubottom1.gif alt="Bottom Menu" border=0>', '#'],

		],
	

	['<img src=img/contact.gif alt="Contact" border=0>', null, null,
	['<img src=img/menutop1.gif alt="Top Menu" border=0>', '#'],
		['<center>Contact Tango</center>', 'http://www.ntguk.com/nav.php?nav=contacttango'],
		['<center>Contact Others</center>', 'http://www.ntguk.com/nav.php?nav=contactothers'],
	['<img src=img/menubottom1.gif alt="Bottom Menu" border=0>', '#'],

		],
];


