/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', '/index.html', {'tw':'_self','tt':'','sw':'90'}],
	['Courses', '', {'tw':'_self','tt':'','sw':'100'},
		['Thai Massage<br>Certification', 'thaimassagecertification.html', {'tw':'_self','tt':''},
/*			['Course Description', '/tmcdesc.html', {'tw':'_self','tt':''}],
			['Video', '/tmcvideo.html', {'tw':'_self','tt':''}], 
			['Testimonials', '/tmctest.html', {'tw':'_self','tt':''}], */
		],					
		['Thai for the Table', 'thaiforthetable.html', {'tw':'_self','tt':''},
/*			['Course Description', '/totdesc.html', {'tw':'_self','tt':''}],
			['Video', '/totvideo.html', {'tw':'_self','tt':''}],
			['Testimonials', '/tottest.html', {'tw':'_self','tt':''}], */
		],					
		['BodySaver Massage', 'bodysavermassage.html', {'tw':'_self','tt':''},
/*			['Course Description', '/ptmdesc.html', {'tw':'_self','tt':''}],
			['Video', '/ptmvideo.html', {'tw':'_self','tt':''}],
			['Testimonials', '/ptmtest.html', {'tw':'_self','tt':''}], */
		],					
		['Advanced Chair<br/>Massage', 'advancedchairmassage.html', {'tw':'_self','tt':''}
/*			['Course Description', '/acmdesc.html', {'tw':'_self','tt':''}],
			['Video', '/acmvideo.html', {'tw':'_self','tt':''}],
			['Testimonials', '/acmtest.html', {'tw':'_self','tt':''}], */
		]					
	],
	['Nayada at Your Spa', '/atyourspa.html', {'tw':'_self','tt':'','sw':'170'}],

	['Products & Home Study', '/bench.html', {'tw':'_self','tt':'','sw':'160'},
		['BodySaver Bench', '/bench.html', {'tw':'_self','tt':'','sw':'160'}],
		['Advanced Chair DVD', '/advancedtherapeuticchairmassage.html', {'tw':'_self','tt':'','sw':'160'}]
	],
	['Videos', 'http://www.youtube.com/bodysavermassage', {'tw':'_blank','tt':'','sw':'104'}],
	['Schedule', 'schedule.html', {'tw':'_self','tt':'','sw':'95'},
		['Upcoming Courses', '/schedule.html', {'tw':'_self','tt':''}],
		['Our Schedule (PDF)', '/pdf/schedule-20081127.pdf', {'tw':'_blank','tt':''}]
	],					
	['About Us/News', '', {'tw':'_self','tt':'','sw':'122'},
		['About Patrick Ingrassia', '/ingrassia.html', {'tw':'_self','tt':''}],
		['The Nayada Difference', '/nayada.html', {'tw':'_self','tt':''}],
		['Photo Gallery', '/gallery.html', {'tw':'_self','tt':''}],
/*		['Health and Wellness News', '/newsfeed.html', {'tw':'_self','tt':''}], */
/*		['Spring 2009 Newsletter', '/spring2009.html', {'tw':'_self','tt':''}]	*/		
		['Resources', '/links.html', {'tw':'_self','tt':'','sw':'104'}]
	],
	['Contact Us', '/contactus.html', {'tw':'_self','tt':'','sw':'120'},
		['Request Information', '/contactus.html', {'tw':'_self','tt':'','sw':'165'}],
		['Join Our Community', '/mailinglist.html', {'tw':'_self','tt':'','sw':'165'}]
	],	

];

