/*
  --- 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.htm'],
	['Contact Us', 'contactus.htm'],
	['About Us &nbsp;&nbsp;>>', null, null,
		['Mission', 'mission.htm'],
		['Qualifications', 'qualifications.htm'],
		['About the Owners', 'aboutowners.htm'],
		['Testimonials', 'testimonials.htm']
	],
	['Services &nbsp;&nbsp;&nbsp;&nbsp;>>', null, null,
		['Meet Us in Person', 'meetus.htm'],
		['Benefits of In-Home Care', 'benefits.htm'],
		['What We Do', 'whatwedo.htm']
	],
	['Links   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;>>', null, null,
		['Pet Sitters International', 'http://www.petsit.com/'],
		['Animal Health Foundation', 'http://www.animalhealthfoundation.com/'],
		['United Animal Nations', 'http://www.uan.org/'],
		['Second Chance Companions', 'http://www.sccpets.com/']
	]
];


