/*
  --- 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', 'index.html'],
	
	['Products', null, null,
		['Packages', 'pkgs.html'],
		['Products','products.html'],
		['Ideal Protein','protein.html'],
		['Far Infra-Red Sauna','sauna.html'],
		['Ion Cleanse','ion.html'],
		['Reflexology','reflex.html'],
		['Gift Certificate','coupon.html'],
		['Articles',null,null,
			['Spring Tune Up','tuneup.html'],],
		['Links','links.html'],
		
	],
	['Sauna','sauna.html'],
	['Ideal Protein','protein.html'],
	
	['Testimonial' , 'test.html'],
	['About Us',null,null,
		['Tour','tour.html'],
		['More Tour','tour2.html'],
['FAQ','faq.html'],
		['Maureen McLaughlin','aboutus.html'],
		['Kirsten Frey','aboutus.html'],
		
	
	],	
		
['Contact Us', null, null,
		['Location','map.html'],
		['e-mail','mailto:maureen@ahc-oakville.com'],
			],

	
];

