// menu_items.js file
// comments block here

var MENU_ITEMS =[
	['Java Connect!', 'http://www.dreamscapes.dyn.dhs.org/ds2/connect/dreamscapes.jnlp', null],
	['Home Page', 'http://www.dreamscapes.dyn.dhs.org/ds2', null],
	['Public Info', null, null,
		['Forums', 'http://www.dreamscapes.dyn.dhs.org/ds2/forum', null,
			['View', 'http://www.dreamscapes.dyn.dhs.org/ds2/forum', null],
			['Search', 'http://www.dreamscapes.dyn.dhs.org/ds2/forum/search.php', null],
			['FAQ', 'http://www.dreamscapes.dyn.dhs.org/ds2/forum/faq.php', null],
		],
		['Downloads', 'http://www.dreamscapes.dyn.dhs.org/ds2/index.php?page=4', null],
		['Guilds', 'http://www.dreamscapes.dyn.dhs.org/ds2/index.php?page=13', null],
		['Races', 'http://www.dreamscapes.dyn.dhs.org/ds2/index.php?page=14', null],
		['Deities', 'http://www.dreamscapes.dyn.dhs.org/ds2/index.php?page=150', null],
		['Realm Map', 'http://www.dreamscapes.dyn.dhs.org/ds2/index.php?page=9', null],
		['Code Changes', 'http://www.dreamscapes.dyn.dhs.org/ds2/index.php?page=11', null],
		['$$Make a Donation$$', 'http://www.dreamscapes.dyn.dhs.org/ds2/index.php?page=10', null],
	],
];
