/* 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', 'tmc.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', 'tott.html', {'tw':'_self','tt':''},
/*			['Course Description', '/totdesc.html', {'tw':'_self','tt':''}],
			['Video', '/totvideo.html', {'tw':'_self','tt':''}],
			['Testimonials', '/tottest.html', {'tw':'_self','tt':''}], */
		],					
		['Power Tools<br/>of Massage', 'ptm.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', 'acm.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'}],

	['BodySaver Bench', '/bench.html', {'tw':'_self','tt':'','sw':'160'}],

	['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':''}]		
	],
	['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'}]
	],	
	['Resources', '/links.html', {'tw':'_self','tt':'','sw':'104'}],
];

