/*
  --- 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.
  
  	['About Us', null, null,
  
*/
var MENU_ITEMS = [
	
	['Home', 'index.htm'],
				

	['About Us', 'aboutus.htm', 'aboutus.htm',
			['All About Us', 'aboutus.htm'],
			['Our History', 'history.htm'],
			['Our People', 'ourpeople.htm'],
			['Contact Us', 'contact.htm'],
	],


	['Our Cats', null, null,
		['Adopting a Cat', 'adopting.htm'],	
		['Cats in our Cattery', 'catsincattery.htm'],
		['Rodent Control', 'rodentcontrol.htm'],
		['About Feral Cats', 'feral.htm'],
		['Success Stories', 'success.htm'],
		
	],
	
	['Fundraising', 'fundraising.htm', 'fundraising.htm',
		['Our Cats Need You', 'ourcatsneedyou.htm'],	
		['About Fundraising', 'fundraising.htm'],
		['Fundraising Events', 'events.htm'],
		
		['Sponsored Walk  >', 'walk1.htm', 'walk1.htm',
				['About the Walk', 'walk1.htm'],
				['Info for Walkers', 'walk2.htm'],
				['Downloads  >', null, null,
				 	['Sponsor Form', 'pictures/Sponsor Form.pdf'],
					['Poster', 'pictures/Walk Poster.pdf'],
		 
				 ],
				['Walk Photos 09', 'http://www.photoboxgallery.com/3009648'],
		],
				
		/*['Sponsored Walk', 'news2.htm'],*/
		['Donations & Gifts', 'donations.htm'],
		['Contact Us', 'contact.htm'],
				
		
	],
	
	
	
	['Our News', 'newsspring.htm', 'newsspring10.htm',
	 
			['News Spring 2010', 'newsspring10.htm'],	
 
		['Sponsored Walk', 'walk1.htm'],

		['News Archive >', null, null,

			['News Winter 2010', 'newswinter10.htm'],	
			['News Christmas 09', 'news letter 2009.pdf'],	 
			['News Spring 2009', 'newsspring09.htm'],	 
		 	['News Feb 2009', 'newsfeb09.htm'],
			['News Dec 2008', 'newsdec08.htm'],		
			['News July/Aug 2008', 'newsjuly08.htm'],
			['News May/June 2008', 'newsmay08.htm'],
			['News April 2008', 'april08news.htm'],
			['News Feb 2008', 'Feb08News.htm'],
			['News Dec 2007', 'Dec07news.htm'],
			['News  July 2007', 'july07news.htm'],
			['News March 2007', 'march07news.htm'],
	
		],	
	],
	
	



['Supporters', 'supporters.htm', 'supporters.htm',
		['Supporters', ],
		
		
	],

	['Links', 'links.htm', 'links.htm',
		['Sponsored Walk Photos', 'http://www.photoboxgallery.com/3009648'], 
		['Other Websites', 'links.htm'],
		['Phone Numbers', 'phones.htm'],
	],
		
		
	
	
];

