/*
  --- 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'],
	['About Us', 'about.htm'],
	['Services', 'services.htm'],	
	['Products', ''],
	['Resources', null, null,
	 	['Grooming Tips', ''],
		['Breed Info', ''],
		['Dog Rescue Groups', ''],
		['Shelters', ''],
	],
	['Photo Gallery', 'photogallery.htm'],	
	['Contact Us', 'contact.htm'],	
];

<!-- IDEAS FOR THE FUTURE -->
<!-- UNDER MISC.-->
<!--	['Whats New', null, null,  -->
<!--		['We have moved...', '#'],  -->
<!--		['Technical Updates', '#'],  -->
<!--	], -->
<!-- UNDER CONTACT US.-->
<!-- 	 	['Contact Us', '#'],	-->
<!--		['Employment', '#'], -->