/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['<img src="images/pointer.gif" class="picborder" width="9" height="12" align="top">&nbsp;&nbsp;&nbsp;&nbsp;HOME&nbsp; ', 'index.html'],
	['PROCEDURES&nbsp;', 'procedures.html', null,
		['&nbsp;BOTOX', 'botox_1.html'],
		['&nbsp;COSMODERM & COSMOPLAST', 'cosmod_1.html'],
		['&nbsp;ZYDERM & ZYPLAST', 'zyderm_1.html'],
		['&nbsp;DERMABRASION', 'derbra_1.html'],
		['&nbsp;DERMA GENESIS', 'dergen_1.html'],
		['&nbsp;TCA SKIN PEELS', 'tca.html'],
		['&nbsp;LASER HAIR REMOVAL', 'laserm.html'],
		['&nbsp;SCLEROTHERAPY', 'sclero_1.html'],
		['&nbsp;RESTYLANE', 'restylane_1.html'],
		['&nbsp;LASERS', 'lasers_1.html'],
		['&nbsp;ESTHETICIAN SERVICES', 'esthetic_1.html']
	],
	['PRODUCTS&nbsp;', 'skincareproducts.html', null,
		['&nbsp;SKIN CARE MAKEUP', 'skincaremakeup.html']
	],
	['DIRECTIONS&nbsp;', 'directions.html'], 
	['ABOUT US&nbsp;', 'about_1.html', null,
		['STAFF&nbsp;', 'staff.html']
	], 
	['CONTACT&nbsp;', 'contactus.html'],
	['PATIENT FORMS&nbsp;', 'patient.html'],

];

