/*
  --- menu items --- 
*/
	
var MAIN_MENU_ITEMS = [
	['Home', 'http://www.grandrapids.lib.mn.us/index.html'],
	['Kids >', null, null,
		['Kids Page', 'http://www.grandrapids.lib.mn.us/children.htm'],
		['Kids Calendar', 'http://www.eventkeeper.com/code/events.cfm?curOrg=GRAL&curKey1=CHILDREN&setRef=new'],
	],
	['Teens', 'http://www.grandrapids.lib.mn.us/teens.htm'],	
	['Teachers', 'http://www.grandrapids.lib.mn.us/teachers.htm'],
	['Help your Library >', null, null,
		['Be a Friend', 'http://www.grandrapids.lib.mn.us/Aid/friends.htm'],
		['Foundation', 'http://www.grandrapids.lib.mn.us/Aid/foundation.htm'],
		['Adopt a Magazine', 'http://www.grandrapids.lib.mn.us/Aid/magazine.htm'],
		['Volunteer', 'http://www.grandrapids.lib.mn.us/Aid/volunteer.htm'],
		['Donate Now!', 'http://www.razoo.com/story/Grand-Rapids-Library-Foundation'],
	],
	['Online Resources  >', null, null,
		['Research Databases', 'http://www.arrowhead.lib.mn.us/services/magazines/'],
		['Magazines/Papers', 'http://www.arrowhead.lib.mn.us/services/magazines/'],
		['AudioBooks/Ebooks', null, null,
			['for download', 'http://arrowhead.lib.overdrive.com/'],
		],
		['MnKnows.org', 'http://www.mnknows.org'],
	],
	['About Us  >', null, null,
		 ['Board', 'http://www.grandrapids.lib.mn.us/About/board.htm'],
		 ['Location', 'http://www.grandrapids.lib.mn.us/About/location.htm'],
		 ['2010 Annual Report', 'http://www.grandrapids.lib.mn.us/About/2010AnnualReport.pdf'],
		 ['StrategicPlan', 'http://www.grandrapids.lib.mn.us/About/StrategicPlan.htm'],
	],
	['Services >',   null, null,
		['Reference Questions', 'http://www.grandrapids.lib.mn.us/Services/services.htm#reference'],
		['Interlibrary Loan', 'http://www.grandrapids.lib.mn.us/Services/services.htm#ill'],
		['Fishing Equipment', 'http://www.grandrapids.lib.mn.us/Services/fishing.htm'],
		['Placing a Hold', 'http://www.grandrapids.lib.mn.us/Services/services.htm#hold'],
		['Tax Forms', 'http://www.grandrapids.lib.mn.us/Services/services.htm#tax'],
		['Print Reference', 'http://www.grandrapids.lib.mn.us/Services/services.htm#print'],
		['Energy Conservation', 'http://www.grandrapids.lib.mn.us/Services/killawatt.htm'],
		['Wireless Connection', 'http://www.grandrapids.lib.mn.us/Services/wireless.htm'],
		['Meeting Room', 'http://www.grandrapids.lib.mn.us/Services/services.htm#meetroom'],
		['Study Spaces', 'http://www.grandrapids.lib.mn.us/Services/services.htm#study'],
	],
	['Policies >', null, null,
		['Renewals/Fines', 'http://www.grandrapids.lib.mn.us/Policies/fines.htm'],
		['Meeting Room', 'http://www.grandrapids.lib.mn.us/Policies/meetroom.htm'],
		['Conduct', 'http://www.grandrapids.lib.mn.us/Policies/conduct.htm'],
		['Internet Use', 'http://www.grandrapids.lib.mn.us/Policies/internet.htm'],
	],
	['Reading Lists >', null, null,
		['Adults', 'http://www.grandrapids.lib.mn.us/reading.htm'], 
		['Teens >', null, null,
		    ['Ghosts,Vampires,Werewolves', 'http://www.grandrapids.lib.mn.us/Readings/GhostsVampiresWerewolves.pdf'],
		    ['Hunger Games', 'http://www.grandrapids.lib.mn.us/Readings/HungerGames.pdf'],
		    ['Steam Punk', 'http://www.grandrapids.lib.mn.us/Readings/SteamPunk.pdf'], 
		    ['Photography-Fic,Non-fic',
'http://www.grandrapids.lib.mn.us/Readings/TeenPhotography.pdf'],
		    ['Popular Paperbacks', 'http://www.grandrapids.lib.mn.us/Readings/TeenPopularPaperbacks.pdf'],
		    ['We the People Book-shelf', 'http://www.grandrapids.lib.mn.us/Readings/WethePeopleBookshelf.pdf'],
		    ['Sports', 'http://www.grandrapids.lib.mn.us/Readings/TeenSports.pdf'],
		    ['Twilight', 'http://www.grandrapids.lib.mn.us/Readings/twilight.htm'],
		    ['HighTech HighJinks', 'http://www.grandrapids.lib.mn.us/Readings/hightechhighjinks.pdf'],
		],
	],
	['Reference Question', 'http://www.grandrapids.lib.mn.us/Forms/ref_form.htm'],
	['@ Library Archive', 'http://www.grandrapids.lib.mn.us/atlibrary.htm'],
	['CALENDAR-Events', 'http://www.eventkeeper.com/code/events.cfm?curOrg=GRAL&setRef=new'],
	['Computer Training', 'http://www.grandrapids.lib.mn.us/computertraining.htm'],
];
