/* Tigra Menu PRO items structure */
var MENU_ITEMS = [
	['News', './announcements.shtml', [, , 50],
		['Announcements', './announcements.shtml'],
                ['In the News', './news.shtml'],
		['Legislation', 'http://blog.smokefreevanow.org/']
		
	],
	['About Us', './what.shtml', [50, , 70],
		['Who We Are', './who.shtml'],
		['What We Do', './what.shtml'],
		['Board of Directors', './boardofdirectors.shtml']
	],
	['Events', './events.shtml', [70, , 60]],
	['Get Involved', './volunteer.shtml', [60, , 89],
		['Petitions', './petitions.shtml'],
		['Volunteer', './volunteer.shtml'],
		['Share Your Story', './shareyourstory.shtml']
	],
	['Resources', './resources.shtml', [89, , 72],
		['Smoke-Free Dining', 'http://www.healthspace.ca/Clients/VDH/VDH_Website.nsf/Main-SmokingCity?OpenView&Count=14'],
                ['Quit Smoking Videos', './cessation2.shtml'],                
                ['Links', './resources.shtml'],
		['Data', './data.shtml'],
		['FAQ', './faq.shtml']
	],
	['Contact Us', './contact.shtml', [72, , 80]],
	['Donate', './index.shtml#Donate', [80, , 64],
		['Online', './index.shtml#Donate'],
		['By Mail', './DonationForm.doc'],
		['Annual Campaign', './annualcampaign.shtml']
	]
];
