/*
  --- 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 = [
	['Home', 'index.html'],
	
	
	['About Us', null, null,
		['History', 'history.html'],
		['Current Officers', 'officers.html'],
		['Meeting Times / Location', 'times.html'],
		['By-Laws', 'laws.html'],
	],
	
	['Circles & Groups', null, null,
		['Camellia', 'camellia.html'],
		['Dianthus', 'dianthus.html'],
		['Dogwood', 'dogwood.html'],
		['Gaillardia', 'gaillardia.html'],
		['Geranium', 'geranium.html'],
		['Hibiscus', 'hibiscus.html'],
		['Las Adelfas', 'lasadelfas.html'],
		['Poinsettia', 'poinsettia.html'],
		['Shamrock', 'shamrock.html'],
		['Woodland', 'woodland.html'],
		['Floralines Guild', 'guild.html'],
		['Horticulture Study Group', 'hsg.html'],
		['Environment and Conservation Group', 'ecg.html'],
	],
	
	['Calendar of Events', null, null,
		['Calendar', 'calendar.html'],
		['Community Programs', 'community.html'],
		['Flower Show / Epic', 'show.html'],
		['Arbor Day Tree Giveaway', 'giveaway.html'],
		['Fun With Flowers', 'fundraiser.html'],
		['Tour of Homes', 'tourofhomes.html'],
		['Boutique', 'boutique.html'],
	],
	
	['Tour of Homes', 'tourofhomes.html'],
	
	['Community Programs', 'community.html'],
	
	['Youth', null, null,
		['Wekiva Youth Camp', 'camp.html'],
		['SEEK', 'seek.html'],
	],
	
	['Awards / Scholarships', null, null,
		['Description', 'awards.html'],
		['Downloadable Application Forms', 'forms.html'],
	],
	['Photo Album', null, null,
		['Tour of Homes', 'tourphotos.html'],
		['Garden Walk', 'designs.html'],
		['Flower Show', 'showlocation.html'],
	],
	
	['Contact Us', null, null,
	 	['Contact Us', 'contact.html'],
		['How to Join', 'join.html'],
	],
	
	['Links', null, null,
		['Florida Federation of Garden Clubs', 'http://www.ffgc.org/'],
		['Jacksonville Garden Club', 'http://gardenclubofjacksonville.com/'],
		['National Garden Clubs', 'http://www.gardenclub.org/'],
		['Our Sponsors', 'sponsors.html'],
		['FFGC District IV', 'http://flgc.esiteasp.com/districtiv/home.nxg'],
	],
	['Tip of the Month', 'tip.html'],
];


