/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Site', null, null,
		['Home', 'home.cfm'],
		['FAQ', 'about.cfm'],
		['Awards', 'awards.cfm'],
		['Guestmap', 'http://pub44.bravenet.com/guestmap/show.php?usernum=3746206441&lightmap=0&icons=0&&entrylist=0&zoom=0&welcome=1', {'tw':'_blank'}],
		['Guestbook', 'http://pub44.bravenet.com/guestbook/3746206441/', {'tw':'_blank'}],
		['Contact', 'mailto:webmaster2@NightscapeCreations.com']
	],
	['Galleries', 'galleries.cfm', null,
		['Newest', 'gallery_thumbs_newest.cfm'],
		['Highest Rated', 'gallery_thumbs_best.cfm'],
		['Fantasy', 'gallery_thumbs.cfm?dir=Fantasy'],
		['Nature', 'gallery_thumbs.cfm?dir=Nature'],
		['Sci-Fi', 'gallery_thumbs.cfm?dir=Sci-Fi'],
		['Mythical', 'gallery_thumbs.cfm?dir=Mythical'],
		['Space', 'gallery_thumbs.cfm?dir=Space'],
		['Other', 'gallery_thumbs.cfm?dir=Other']
	],
	['Shopping', null, null,
		['My Posters', 'http://www.zazzle.com/link.asp?associate=NightscapeCreati&redirect=contributor&contributor=Nightscape+Creations&product%5Ftype=posters', {'tw':'_blank'}],
		['My Shirts', 'http://www.zazzle.com/link.asp?associate=NightscapeCreati&redirect=contributor&contributor=Nightscape+Creations&product%5Ftype=shirts', {'tw':'_blank'}],
		['My Other Products', 'products.cfm'],
		['Other Great Posters', 'other_posters.cfm']
	],
	['Extras', null, null,
		['Orion Keys SS', 'products_ssok.cfm'],
		['Active Desktop', 'active_desktop.cfm']
	],
	['Forum', 'http://www.freeforums.net/forum_index.cfm?FORUM_ID=8233', {'tw':'_blank'}],
	['Links', null, null,
		['Moodflow', 'http://Moodflow.com', {'tw':'_blank'}],
		['Other Great Sites', 'links.cfm']
	]
];
