/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'http://www.smithsecretarial.com/index.html', {'tw':'_self'}],
	['What is a VA?', 'http://www.smithsecretarial.com/what.html', {'tw':'_self'}],
	['General Services', 'http://www.smithsecretarial.com/general.html', {'tw':'_self'}],
	['Project Assistance', 'http://www.smithsecretarial.com/projectman.html', {'tw':'_self'}],
	['Rates & Policies', 'http://www.smithsecretarial.com/rates.html', {'tw':'_self'}],
	['Testimonials', 'http://www.smithsecretarial.com/testimonials.html', {'tw':'_self'}],
	['About Us', 'http://www.smithsecretarial.com/about.html', {'tw':'_self'}],
	['Contact Us', 'http://www.smithsecretarial.com/contact.html', {'tw':'_self'}]
];

