// items structure

// each item is the array of one or more properties:

// [text, link, settings, subitems ...]

// use the builder to export errors free structure if you experience problems with the syntax



var MENU_ITEMS = [

	['Home Page', 'index.htm', {'tw':'_top', 'sb':'Greenfield-Hancock Animal Management Home Page'}],
	['Upcoming Events', 'events.htm', {'tw':'_top', 'sb':'Greenfield-Hancock Animal Management Events Page'}],
	['Adoption is the Option', 'adoption.htm', {'tw':'_top', 'sb':'Greenfield-Hancock Animal Management Adoption Page'}],
	['Featured Animals', '/featured', {'tw':'_top', 'sb':'Greenfield-Hancock Animal Management Featured Animals Page'}],
	['Bully Breeds', 'bullybreeds.htm', {'tw':'_top', 'sb':'Greenfield-Hancock Animal Management Bully Breeds Page'}]


];



