var MENU_ITEMS = [
	['Home', "index.htm", {'sw' : 60}],
	
	['About the Library', null, {'sw' : 125, 'bw' : 160},
		['How to Use the Library', "how-to-use.htm", null],
		['Hours and Location', "hours-and-location.htm", null],
		['Contact Us', "contact.htm", null],
		['Community Partners', "community-partners.htm", null],
		['History of the Library', "history.htm", null],
		['Policies', "policies.htm", null],
		['Strategic Plan', "strategic-plan.htm", null],
		['Annual Report', "annual-report.htm", null],
		['Board and Administration', "board-administration.htm", null],
		['Friends of the Library', "friends.htm", null],
		['Accreditation', "accreditation.htm", null],
		['Support Your Library', "support-the-library.htm", null],
		['A Year in Review', "review.htm", null],
		['Employment Opportunities', "employment.htm", null],
		['Volunteering', "volunteering.htm", null]
	],
	['Library Services', null, {'sw' : 112, 'bw' : 170},
		['Search the Catalogue', "search.htm", null],
		['E-Resources', "online-databases.htm", null],
		['Recommended Links', "recommended-links.htm", null],
		['Downloadable Audiobooks', "audio-download.htm", null],
		['Subject Guides', "subject-guides.htm", null],
		['Computers and the Internet', "computers.htm", null],
		['Special Services', "special-services.htm", null],
		['Adaptive Technology', "adaptive-technology.htm", null],
		['Interlibrary Loans', "inter-loans.htm", null],
		['Patron Initiated I.L.L.', "patron-initiated-ill.htm", null],
		['Leeds and Grenville Libraries', "lg-libraries.htm", null]
	],
	
	['Programs &amp; Events', null, {'sw' : 132},
		['Fundraising Events', "fundraising-events.htm", null],
		['Adult Programs', "adult-programs.htm", null],
		['Children&rsquo;s Programs', "childrens-programs.htm", null],
		['Teen Programs', "teen-programs.htm", null]
	],
	
	['What Do I Read Next?', null, {'sw' : 152, 'bw' : 230},
		['Online Reading Resources', "reading-resources.htm", null],
		['Best Sellers and Recommended Reading', "best-sellers.htm", null],
		['Genre Guides', "genre-guides.htm", null],
		['Resources for Book Clubs', "book-clubs.htm", null],
		['Popular Magazines', "online-popular-magazines.htm", null],
		['Staff Picks', "staff-picks.htm", null]		
	],
	
	['Forms &amp; Publications', null, {'sw' : 115},
		['Newsletters', "newsletters.htm", null],
		['Book Column', "book-column.htm", null],
		['Forms', "forms.htm", null]
	],
	
]; 

var MENU_ITEMS_ABOUT = [
	['How to Use the Library', "how-to-use.htm", null],
	['Hours and Location', "hours-and-location.htm", null],
	['Contact Us', "contact.htm", null],
	['Community Partners', "community-partners.htm", null],
	['History of the Library', "history.htm", null],
	['Policies', "policies.htm", null],
	['Strategic Plan', "strategic-plan.htm", null],
	['Annual Report', "annual-report.htm", null],
	['Board and Administration', "board-administration.htm", null],
	['Friends of the Library', "friends.htm", null],
	['Accreditation', "accreditation.htm", null],
	['Support Your Library', "support.htm", null],
	['A Year in Review', "review.htm", null],
	['Employment Opportunities', "employment.htm", null],
	['Volunteering', "volunteering.htm", null]
]; 

var MENU_ITEMS_SERVICES = [
	['Search the Catalogue', "search.htm", null],
	['E-Resources', "online-databases.htm", null],
	['Recommended Links', "recommended-links.htm", null],
	['Downloadable Audiobooks', "audio-download.htm", null],
	['Subject Guides', "subject-guides.htm", null],
	['Computers and the Internet', "computers.htm", null],
	['Special Services', "special-services.htm", null],
	['Adaptive Technology', "adaptive-technology.htm", null],
	['Interlibrary Loans', "inter-loans.htm", null],
	['Patron Initiated I.L.L.', "patron-initiated-ill.htm", null],
	['Leeds and Grenville Libraries', "lg-libraries.htm", null]
]; 

var MENU_ITEMS_PROGRAMS = [
	['Fundraising Events', "fundraising-events.htm", null],
	['Adult Programs', "adult-programs.htm", null],
	['Children&rsquo;s Programs', "childrens-programs.htm", null],
	['Teen Programs', "teen-programs.htm", null]
]; 

var MENU_ITEMS_READNEXT = [
	['Online Reading Resources', "reading-resources.htm", null],
	['Best Sellers and Recommended', "best-sellers.htm", null],
	['Genre Guides', "genre-guides.htm", null],
	['Resources for Book Clubs', "book-clubs.htm", null],
	['Popular Magazines', "online-popular-magazines.htm", null],
	['Staff Picks', "staff-picks.htm", null]	
]; 

var MENU_ITEMS_FORMS = [
	['Newsletters', "newsletters.htm", null],
	['Book Column', "book-column.htm", null],
	['Forms', "forms.htm", null]
]; 

var MENU_ITEMS_KIDS = [
	['Kids Space Home', "kids-space.htm", null],
	['Children&rsquo;s Programs', "childrens-programs.htm", null],
	['Reading Corner', "reading-corner.htm", null],
	['Recommended Links', "recommended-links-kids.htm", null],
	['Just for Fun', "just-for-fun.htm", null],
	['French Resources', "french-resources.htm", null]
]; 

var MENU_ITEMS_TEENS = [
	['Teen Zone Home', "teen-zone.htm", null],
	['Teen Programs', "teen-programs.htm", null],
	['Recommended Links', "recommended-links-teens.htm", null],
	['What Do I Read Now', "what-do-i-read.htm", null],
	['Library Teen Board', "teen-board.htm", null]
]; 




