/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home&nbsp;&nbsp;|', '/index.html', {'tw':'_self','tt':'','sw':'64'}],
	['Specials&nbsp;&nbsp;|', '/specials.html', {'tw':'_self','tt':'','sw':'85'}],
	['Events&nbsp;&nbsp;|', '/events.html', {'tw':'_self','tt':'','sw':'70'}],
	['About Us&nbsp;&nbsp;|', '/aboutus2.html', {'tw':'_self','tt':'','sw':'90'}],
	['Services&nbsp;&nbsp;|', '#', {'tw':'_self','tt':'','sw':'80'},
		['Bioidentical Hormone Replacement Therapy', 'bioidentical.html', {'tw':'_self','tt':''}],
/*		['Transitions Lifestyle System Weight Loss', 'transitions.html', {'tw':'_self','tt':''}], */
		['Skin Care', 'skincare.html', {'tw':'_self','tt':''},
			['Acne', 'acne.html', {'tw':'_self','tt':''}],
			['Skin Resurfacing', 'skinresurface.html', {'tw':'_self','tt':''}],
			['Skin Tightening', 'skintightening.html', {'tw':'_self','tt':''}],
			['Photofacials (IPL)', 'photofacial.html', {'tw':'_self','tt':''}],
			['Dermal Fillers', 'fillers.html', {'tw':'_self','tt':''}],
			['Abrasions and Peels', 'smoothskin.html', {'tw':'_self','tt':''}]	
		],
		['Stretch Marks', 'stretchmarks.html', {'tw':'_self','tt':''}],
		['Skin Lesions', 'lesions.html', {'tw':'_self','tt':''}],
		['Cellulite Treatments', 'cellulite.html', {'tw':'_self','tt':''}],
		['Hair Removal', 'hairremoval.html', {'tw':'_self','tt':''}],
		['LipoSculpture', 'liposculpture.html', {'tw':'_self','tt':''}],
		['Vein Treatments', 'veins.html', {'tw':'_self','tt':''}],
		['Gift Certificates', 'giftcertificates.html', {'tw':'_self','tt':''}]
	],
	['Videos&nbsp;&nbsp;|', '/videos.html', {'tw':'_self','tt':'','sw':'70'}],
	['Products&nbsp;&nbsp;|', '/products2.html', {'tw':'_self','tt':'','sw':'86'}],
/*		['Obagi', '', {'tw':'_self','tt':''}],
		['nutraMetrix', 'http://smoothsolutionsmed.nutrametrix.com/', {'tw':'_blank','tt':''}],
		['Colorescience', '', {'tw':'_blank','tt':''}],
		['Revisions', '', {'tw':'_blank','tt':''}],
		['ContourMD', 'http://www.contourmd.com/ShoppingCart.asp?ProductCode=ABCXYZ&Click=4095', {'tw':'_blank','tt':''}] 
	], */
	['Mailing List&nbsp;&nbsp;|', '/mailinglist.html', {'tw':'_self','tt':'','sw':'102'}],
/*	['Testimonials&nbsp;&nbsp;|', '/testimonials.html', {'tw':'_self','tt':'','sw':'112'}],  */
	['Links&nbsp;&nbsp;|', '', {'tw':'_self','tt':'','sw':'60'},
		['Web links', '/weblinks.html', {'tw':'_self','tt':''}],
		['Dr. Jack\'s Alter Ego', '/rockdoc.html', {'tw':'_self','tt':''}],
/*		['Brochure (PDF)', '', {'tw':'_blank','tt':''}], */
		['Privacy Policy', '/privacy.html', {'tw':'_self','tt':''}]
],		
	['Contact Us', 'contactus.html', {'tw':'_self','tt':'','sw':'90'}],
];

