/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', '/index.html', {'tw':'_self','tt':'','sw':'60'}],
	['Services', '', {'tw':'_self','tt':'','sw':'80'},
		['Skin Care', '', {'tw':'_self','tt':''},
				['Facials', '/facials.html', {'tw':'_self','tt':''}],
				['Peels', '/peels.html', {'tw':'_self','tt':''}],
	],					
		['Massage', '/massage.html', {'tw':'_self','tt':''}],
		['Nails', '/massage.html', {'tw':'_self','tt':''}],
		['Reiki', '/massage.html', {'tw':'_self','tt':''}],		
		['Reflexology', '/reflexology.html', {'tw':'_self','tt':''}],
/*		['Perfector & Arasys', '/perfector.html', {'tw':'_self','tt':''}], */
		['Waxing', '/waxing.html', {'tw':'_self','tt':''}],
		['Gifts', '/gifts.html', {'tw':'_self','tt':''}],
/*		['Face Lifts', '/facelifts.html', {'tw':'_self','tt':''}], */
/*		['Stem Enhance', 'http://tracysretreat.stemtechbiz.com/Default_US_EN.aspx', {'tw':'_blank','tt':''}], */
/*		['ITV', '/itv.html', {'tw':'_self','tt':''}], */
/*		['Massage', 'http://www.massagesuiteny.com/home', {'tw':'_blank','tt':''}], */
		['Cancellations', '/cancellation.html', {'tw':'_self','tt':''}],
	],
	['Testimonials', '', {'tw':'_self','tt':'','sw':'100'}, 
		['What Others are Saying', '/testimonials.html', {'tw':'_self','tt':''}],
		['Submit a Testimonial', '/submittestimonials.html', {'tw':'_self','tt':''}]
	],	
	['Links', '', {'tw':'_self','tt':'','sw':'60'},
/*		['Menu of Services', '/menu.pdf', {'tw':'_self','tt':''}], */
		['Articles and Links', '/articles.html', {'tw':'_self','tt':''}],
/*		['Affiliates', '/affiliates.html', {'tw':'_self','tt':''}], */
/*		['Tracy\'s Tips', '/tips.html', {'tw':'_self','tt':''}], */
		['Brochure (PDF)', '/menu10.pdf', {'tw':'_blank','tt':''}],
		['Privacy Policy', '/privacy.html', {'tw':'_self','tt':''}],
],		
	['Mailing List', '/mailinglist.html', {'tw':'_self','tt':'','sw':'100'}],
	['Contact Us', '/contactus.html', {'tw':'_self','tt':'','sw':'100'}],
];

