/*
  --- 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 = [
	['Home','enter.htm', {'tw' : 'Main'}],
	['Audio','audio/audio.htm', {'tw' : 'Main'}],
	['Chat','chat/chat.htm', {'tw' : 'Main'}],
	['Download','download/download.htm', {'tw' : 'Main'}],
	['Funny','funny.htm', {'tw' : 'Main'}],
	['Games','games/g.htm', {'tw' : 'Main'}],
	['Sports', null, null,
		['Bears','sports/sports.htm', {'tw' : 'Main'}],
		['Bulls','sports/bulls/bulls.htm', {'tw' : 'Main'}],
		['Fire','sports/sports.htm#Soccer', {'tw' : 'Main'}],
		['Notre Dame','sports/nd/nd.htm', {'tw' : 'Main'}],
	],
	['South Park','southpark', {'tw' : 'NEW'}],
	['TV','tv.htm', {'tw' : 'Main'}],
	['Vote','polls/vote.htm', {'tw' : 'Main'}],
	['Links','link.htm', {'tw' : 'Main'}],
	['Webrings','ring.htm', {'tw' : 'Main'}],
	['Search','search.htm', {'tw' : 'NEW'}],
/*	['Special Targets', null, null,
		['New Window','http://www.softcomplex.com/products/tigra_menu/', {'tw' : '_blank'}],
		['Parent Window','http://www.softcomplex.com/products/tigra_menu/', {'tw' : '_parent'}],
		['Same Frame','http://www.softcomplex.com/products/tigra_menu/', {'tw' : 'Main'}],
	],
	['Another Item', null, null,
		['Level 1 Item 0','another.html', {'tw' : 'content'}],
		['Level 1 Item 1','another.html', {'tw' : 'content'}],
		['Level 1 Item 2','another.html', {'tw' : 'content'}],
		['Level 1 Item 3','another.html', {'tw' : 'content'}],
	],
	['Another Item', null, null,
		['Level 1 Item 0','another.html', {'tw' : 'content'}],
		['Level 1 Item 1','another.html', {'tw' : 'content'}],
		['Level 1 Item 2','another.html', {'tw' : 'content'}],
		['Level 1 Item 3','another.html', {'tw' : 'content'}],
	],
*/
];