/*
  --- 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 = [
	['Home', 'http://www.ashleypaigedayspa.com/index.htm', null],
	['About Us', 'http://www.ashleypaigedayspa.com/apdpaboutus.htm', null],
	['Our Services', 'http://www.ashleypaigedayspa.com/apdpservices.htm', null,
		/*['Diamond Peel', 'http://www.ashleypaigedayspa.com/services/apdpdiamondpeel.htm', null],
		['Make-Up', 'http://www.ashleypaigedayspa.com/services/apdpmake-up.htm', null],
		['Manicures', 'http://www.ashleypaigedayspa.com/services/apdpnails.htm', null],
		['Pedicures', 'http://www.ashleypaigedayspa.com/services/apdppedicures.htm', null],
		['Anti-Age Spa', 'http://www.ashleypaigedayspa.com/services/apdpspaanti-age.htm', null],
		['Body Spa', 'http://www.ashleypaigedayspa.com/services/apdpspabody.htm', null],
		['Facial Spa', 'http://www.ashleypaigedayspa.com/services/apdpspafacials.htm', null],
		['Massage', 'http://www.ashleypaigedayspa.com/services/apdpspamassage.htm', null],
		['Special Services', 'http://www.ashleypaigedayspa.com/services/apdpspecial.htm', null],
		['Waxing', 'http://www.ashleypaigedayspa.com/services/apdpwaxing.htm', null]
		['Fantasy Tan', 'http://www.ashleypaigedayspa.com/services/apdpfantasytan.htm', null]*/
	],
	['Products', 'http://www.ashleypaigedayspa.com/apdpproducts.htm', null,
		/*['Product Set 1', 'http://www.ashleypaigedayspa.com/products/apdpproduct-set1.htm', null],
		['Product Set 2', 'http://www.ashleypaigedayspa.com/products/apdpproduct-set2.htm', null],
		['Product Set 3', 'http://www.ashleypaigedayspa.com/products/apdpproduct-set3.htm', null],
		['Product Set 4', 'http://www.ashleypaigedayspa.com/products/apdpproduct-set4.htm', null],
		['Product Set 5', 'http://www.ashleypaigedayspa.com/products/apdpproduct-set5.htm', null],
		['Product Set 6', 'http://www.ashleypaigedayspa.com/products/apdpproduct-set6.htm', null],
		['Product Set 7', 'http://www.ashleypaigedayspa.com/products/apdpproduct-set7.htm', null],
		['Product Set 8', 'http://www.ashleypaigedayspa.com/products/apdpproduct-set8.htm', null],
		['Product Set 9', 'http://www.ashleypaigedayspa.com/products/apdpproduct-set9.htm', null],
		['Product Set 10', 'http://www.ashleypaigedayspa.com/products/apdpproduct-set10.htm', null],
		['Product Set 11', 'http://www.ashleypaigedayspa.com/products/apdpproduct-set11.htm', null],
		['Product Set 12', 'http://www.ashleypaigedayspa.com/products/apdpproduct-set12.htm', null],
		['Product Set 13', 'http://www.ashleypaigedayspa.com/products/apdpproduct-set13.htm', null],
		['Product Set 14', 'http://www.ashleypaigedayspa.com/products/apdpproduct-set14.htm', null],
		['Product Set 15', 'http://www.ashleypaigedayspa.com/products/apdpproduct-set15.htm', null]*/
	],
	['Our Programs', 'http://www.ashleypaigedayspa.com/apdpspecials.htm', null,
		['Gift Programs', 'http://www.ashleypaigedayspa.com/specials/apdpcertificate.htm', null],
		['Preferred Club', 'http://www.ashleypaigedayspa.com/specials/apdppreferredclub.htm', null],
		['Referral Program', 'http://www.ashleypaigedayspa.com/specials/apdpreferral.htm', null]
	],
	['Specials', 'http://www.ashleypaigedayspa.com/annouce1.htm', null],
	['Our Care', 'http://www.ashleypaigedayspa.com/apdpwhatsnew.htm', null],
	['Guest Book', 'http://www.ashleypaigedayspa.com/apdpguestbook.htm', null],
];

