/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['Get Involved', 'http://www.friendsoffergusonlibrary.org/getinvolved.htm', null,
		['Become a Member', 'https://interland3.donorperfect.net/weblink/weblink.aspx?name=ferguson&id=1'],
                ['Book & Author Luncheon', 'http://www.friendsoffergusonlibrary.org/bk_author.html'],
		
	],
	['Book Shops', 'http://www.friendsoffergusonlibrary.org/bookstores.htm', null,
		['Rare & Collectible Books', 'http://www.friendsoffergusonlibrary.org/rare_books.htm'],
		['Monthly News', 'http://www.friendsoffergusonlibrary.org/sales.htm'],
		['Collectible Sale Schedule', 'http://www.friendsoffergusonlibrary.org/rare_books.htm#collectible'],
		['Friend-to-Friend Program', 'http://www.friendsoffergusonlibrary.org/friendtofriend.htm'],
		['Directions', 'http://www.friendsoffergusonlibrary.org/address_directions.htm'],
	],
	['Donate Books', 'http://www.friendsoffergusonlibrary.org/donate.htm', null,
		
	],
	['Programs', 'http://www.friendsoffergusonlibrary.org/cospon_activities.htm', null,
                ['Book & Author Luncheon', 'http://www.friendsoffergusonlibrary.org/bk_author.html'],  		
		['Co-Sponsored Activities', 'http://www.friendsoffergusonlibrary.org/cospon_activities.htm'],
		['Library Activities', 'http://www.friendsoffergusonlibrary.org/supp_activities.htm'],
	],
	
	
	['Special Gifts', 'http://www.friendsoffergusonlibrary.org/special_gifts.htm', null,
			
	],
	
	
	['Contact Us', 'http://www.friendsoffergusonlibrary.org/contact_us.htm', null,
			
	],
	
	
	['Online Forms', null, null,
				['Membership', 'http://www.friendsoffergusonlibrary.org/Membership.pdf'],
				['Volunteer', 'http://www.volgistics.com/ex/portal.dll/ap?AP=919999766'],
	],
	
	['Volunteer Login', 'http://www.volgistics.com/ex/portal.dll/?FROM=5651', null,
      
	],
];

