// menu_items.js file
// comments block here

var MENU_ITEMS =[
	["Main Page", "http://foxfirestudios.net/main.shtml",
		["Introduction", "http://foxfirestudios.net/intro.shtml"],
		["The License", "http://foxfirestudios.net/license.shtml"]
	],
	["<b>Blood and Metal</b>", null,
		["Coming Soon!",null]
	],
	["<b>Lost Boy Found</b>", "http://lostboyfound.foxfirestudios.net"],
	["<b>Scarlet PI</b>", "http://scarletpi.foxfirestudios.net"],
	["DVK @ DeviantArt", "http://daveykinsfoxfire.deviantart.com/"],
	["Message Board", "http://foxfirestudios.net/forumb"],
	["Blog by Wordpress", "http://foxfirestudios.net/wordpress/"],
	["<i>Back Burner</i>", null,
		["Disney Echo", "http://disneyecho.emuck.com/blog/DaveykinsFoxFire.html"],
		["Ivan Mayne", "http://foxfirestudios.net/ivanmayne.shtml"],
		["Lady Shazell", "http://foxfirestudios.net/ladyshazell.shtml"],
		["Livewire Latte", "http://livewire.keenspace.com/"],
		["Mystic Mice", "http://foxfirestudios.net/mysticmice.shtml"],
		["Teen Angel", "http://foxfirestudios.net/teenangel.shtml"],
		["Planeswalker", "http://foxfirestudios.net/planeswalker.shtml",
			["Text Stories", "http://foxfirestudios.net/planestext.shtml"],
			["Comic V1.0", "http://foxfirestudios.net/planescomic.shtml"]
		],
		["1600 or the Server Fries", "http://foxfirestudios.net/1600.shtml"]
	]
];
