/* Tigra Menu items structure */

var MENU_ITEMS = [
	['Home', 'index.cfm'],
	['Support Us', null, null,
	   ['Contact Us', 'HomePage.cfm?page=ContactUs'],
	   ['Membership', 'HomePage.cfm?page=Membership'],
	   ['Mailing List', 'HomePage.cfm?page=ComingSoon']
	],
	['At The Garden', null, null,
	    ['Calendar of Events', 'HomePage.cfm?page=CalendarOfEvents'],
		['Weddings in the Garden', 'HomePage.cfm?page=Wedding']
    ],
	['Enjoy Your Visit', null, null,
	    ['Directions', 'HomePage.cfm?page=ComingSoon'],
	    ['Admission Rates', 'HomePage.cfm?page=Admission'],
		['Current Conditions', 'HomePage.cfm?page=CurrentConditions'],
		['Map of Grounds', 'HomePage.cfm?page=MapofGrounds'],
		['Gift Shop', 'HomePage.cfm?page=GiftShop']
	],
	['Education/History', null, null, 
	     ['The Founders', 'HomePage.cfm?page=AlvanTFuller'],
		 ['Garden Design', 'HomePage.cfm?page=GardenDesign'],
		 ['Rose Care & Culture', 'HomePage.cfm?page=education'],
		 ['Seasonal Plant Care', 'HomePage.cfm?page=PlantCare']
    ],
	['Local Accommodations', null, null, 
	     ['The Exeter Inn', 'http://www.theexeterinn.com/'],
    ],
	['Fuller Gardens Member Login', 'level1/index.cfm']
];



/*	['Weather Links', null, null,
	    ['Interactive Radar', 'HomePage.cfm?page=ContactForm'],
		['Intellicast Radar', 'javascript:openPicture8(http://www.intellicast.com/Local/Map.aspx);']
	],*/
