/* Tigra Menu items structure */
var MENU_ITEMS = [
	['News', 'news.asp', {'tw':'_self'}],
	['Issues', null, null,
		['Super Adventures', 'star.asp', {'tw':'_self'}],
		['The Man Called Nova', 'covers2.asp', {'tw':'_self'}],
		['Other v1 Appearances', 'other.asp', {'tw':'_self'}],
		['New Warriors', 'warrin.asp', {'tw':'_self'}],
		['Nova 1994', 'covers4.asp', {'tw':'_self'}],
		['Later Appearances', 'other2.asp', {'tw':'_self'}],
		['Nova: The Human Rocket', 'covers5.asp', {'tw':'_self'}],
		['Annihilation', 'covers6.asp', {'tw':'_self'}],
		['Nova 2007', 'covers7.asp', {'tw':'_self'}],
		['The Thanos Imperative', 'tti.asp', {'tw':'_self'}],
		['Secret Avengers', 'sa.asp', {'tw':'_self'}],
		['Marvel Adv. Super Heroes', 'mash.asp', {'tw':'_self'}],
		['Out Of Continuity', 'other3.asp', {'tw':'_self'}],
		['Unpublished Works', 'other4.asp', {'tw':'_self'}],
		['House Ads', 'ads.asp', {'tw':'_self'}],
		['Checklist', 'alphalist.htm', {'tw':'_blank'}]
	],
	['Databases', null, null,
		['NOVApedia', 'novapedia.htm', {'tw':'_blank'}],
		['Dossier Files', 'dossier.asp', {'tw':'_self'}],
		['Timeline - Chronology', 'timeline.asp', {'tw':'_self'}],
		['Uniforms - Costumes', 'uniforms.asp', {'tw':'_self'}],
		['AlterNovas', 'alternova.asp', {'tw':'_self'}]
	],
	['Creative', null, null,
		['Comic Pros', null, null,
			['Interviews', 'creative.asp', {'tw':'_self'}],
			['Sketches', 'sketches.asp', {'tw':'_self'}],
			['Profiles', 'profiles.asp', {'tw':'_self'}],
			['Wolfman vs Marvel', 'trial.asp', {'tw':'_self'}]
		],
		['TV', 'tv.asp', {'tw':'_self'}],
		['FanWorks', 'fanworks.asp', {'tw':'_self'}],
		['Rocket Boosters', 'fanzine.asp', {'tw':'_self'}],
		['UF Podcasts', 'podcasts.asp', {'tw':'_self'}]
	],
	['Products', null, null,
		['Collected Editions', 'collections.asp', {'tw':'_self'}],
		['Cards', null, null,
			['Basic Cards', 'cards.asp', {'tw':'_self'}],
			['Sketchagraphs', 'sketchagraphs.asp', {'tw':'_self'}],
			['Role Playing Cards', 'rolecards.asp', {'tw':'_self'}],
			['Nova-Related Cards', 'misccards.asp', {'tw':'_self'}]
		],
		['Statues/Mini-Busts', 'statues.asp', {'tw':'_self'}],
		['Action Figures', 'figures.asp', {'tw':'_self'}],
		['Posters', 'posters.asp', {'tw':'_self'}],
		['Misc.', 'misc.asp', {'tw':'_self'}],
		['International', 'international.asp', {'tw':'_self'}],
		['Nova Shop', 'store.asp', {'tw':'_self'}]
	],
	['About', null, null,
		['About The Site', 'about.asp', {'tw':'_self'}],
		['Awards', 'awards.asp', {'tw':'_self'}],
		['Links', 'links.asp', {'tw':'_self'}],
		['Feedback', 'mailto:nova64@mchsi.com', {'tw':'_blank'}]
	],
	['Groups', null, null,
		['Chat Room', 'chat.asp', {'tw':'_self'}],
		['Nova Prime Group', 'http://groups.yahoo.com/group/novaprime/', {'tw':'_blank'}],
		['Nova Prime Blog', 'http://novaprimeblog.blogspot.com/', {'tw':'_blank'}],
		['Nova Message Board', 'http://members2.boardhost.com/WarBooks/', {'tw':'_blank'}],
		['The United Front', 'http://www.theunitedfront.info/', {'tw':'_blank'}]
	]
];
