//	For each menu object, define an array of items and links
var items_home = new Array(
	'<b>Solo II Home</b>',
	'Site Map',
	'Solo1 Site',
	'Links'
);
var links_home = new Array(
	'/',
	'/sitemap.php',
	'http://www.soloontario.com/index-s1.html',
	'/info/links.php'
);
var items_forums = new Array(
	'<b>Forums</b>'
);
var links_forums = new Array(
	'http://www.casc.on.ca/forums'
);

var items_gallery = new Array(
	'<b>Gallery</b>',
	'Photo Album',
	'Videos'
);
var links_gallery = new Array(
	'#',
	'/gallery/photos.php',
	'/gallery/videos.php'
);
var items_info = new Array(
	'<b>Information</b>',
	'Mission Statement',
	'What is Solo II?',
	'Clubs',
	'Rules &amp; Regulations',
	'Contacts'
);
var links_info = new Array(
	'#',
	'/info/mission.php',
	'/info/whatissolo2.php',
	'/info/clubs.php',
	'/info/rules.php',
	'/info/contacts.php'
);
var items_schedule = new Array(
	'<b>Schedule</b>',
	'Solo Schedule',
	'Solo Schedule (Regionals only)',
	'Solo Schedule (Calendar view)'
);
var links_schedule= new Array(
	'#',
	'/schedule/schedule.php',
	'/schedule/schedule.php?regsolo2=1',
	'/schedule/schedule.php?calendar=1&future=1'
);
var items_events = new Array(
	'<b>Events</b>',
	'Pre-registration',
	'2009 Results',
	'Previous Results'
);
var links_events = new Array(
	'#',
	'/registration/index.php',
	'/events/2009results.php',
	'/events/previousresults.php'
);
var items_bulletins = new Array(
	'<b>Bulletins</b>'

);
var links_bulletins = new Array(
	'/info/bulletins.php'
);