/*
  --- 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 httpRoot = "http://localhost/hindman/"; //LOCAL
var httpRoot = "http://www.hindmanfuneralhomes.com/"; //REMOTE


var MENU_ITEMS = [
	['About Us',httpRoot + 'aboutus.htm', {'tw' : '_self'}],
	['Meet Our Staff',httpRoot + 'staff.htm', {'tw' : '_self'}],
	['1000 Referrals',httpRoot + 'referrals.htm', {'tw' : '_self'}],
	['Ask A Funeral Director',httpRoot + 'ask_a_funeral_director.htm', {'tw' : '_self'}],
	['Traditional Burial Services',httpRoot + 'tradburial/tradburial.htm', {'tw' : '_self'},
		['Options',httpRoot + 'tradburial/tradburial_options.htm', {'tw' : '_self'}],
		['Caskets',httpRoot + 'tradburial/tradburial_caskets.htm', {'tw' : '_self'},
			['Wooden Caskets',httpRoot + 'tradburial/tradburial_woodencaskets.htm', {'tw' : '_self'}],
			['Metal Caskets',httpRoot + 'tradburial/tradburial_metalcaskets.htm', {'tw' : '_self'}],		 
		 ],
		['Burial Vaults',httpRoot + 'tradburial/tradburial_burialvaults.htm', {'tw' : '_self'}],
		['Personalization',httpRoot + 'tradburial/tradburial_personalization.htm', {'tw' : '_self'}],
		['Video Tribute',httpRoot + 'videotribute.htm', {'tw' : '_self'}],
		['Keepsakes',httpRoot + 'tradburial/tradburial_keepsakes.htm', {'tw' : '_self'}],
		['Commonly Asked Questions',httpRoot + 'tradburial/tradburial_questions.htm', {'tw' : '_self'}],
	],	 
	['Cremation Services',httpRoot + 'cremationservices/cremationservices.htm', {'tw' : '_self'},
		['HAD NO IDEA!!!',httpRoot + 'cremationservices/cremationservices_whyus.htm', {'tw' : '_self'}],
		['Options',httpRoot + 'cremationservices/cremationservices_options.htm', {'tw' : '_self'}],
		['Basic Package',httpRoot + 'cremationservices/cremationservices_basicpackage.htm', {'tw' : '_self'}],
		['Payment Plans',httpRoot + 'cremationservices/cremationservices_payment.htm', {'tw' : '_self'}],
		['Cremation For Catholics',httpRoot + 'cremationservices/cremationservices_catholics.htm', {'tw' : '_self'}],
		['Commonly Asked Questions',httpRoot + 'cremationservices/cremationservices_questions.htm', {'tw' : '_self'}],
		['Personalization',httpRoot + 'cremationservices/cremationservices_personalization.htm', {'tw' : '_self'}],
		['Video Tribute',httpRoot + 'videotribute.htm', {'tw' : '_self'}],
		['Cremation Authorization',httpRoot + 'cremationservices/cremationservices_authorization.htm', {'tw' : '_self'}],
	],		
	['Cremation Merchandise',httpRoot + 'cremationmerch/cremationmerch.htm', {'tw' : '_self'},
		['Urns',httpRoot + 'cremationmerch/cremationmerch_urns.htm', {'tw' : '_self'},
			['Personalized Memorialization',httpRoot + 'cremationmerch/cremationmerch_per_mem.htm', {'tw' : '_self'}], 
		],
		['Keepsake Urns',httpRoot + 'cremationmerch/cremationmerch_keepsakeurns.htm', {'tw' : '_self'}],
		['Urn Appliques',httpRoot + 'cremationmerch/cremationmerch_urnappliques.htm', {'tw' : '_self'}],
		['Urn Vaults',httpRoot + 'cremationmerch/cremationmerch_vaults.htm', {'tw' : '_self'}],
		['Keepsakes',httpRoot + 'cremationmerch/cremationmerch_keepsakes.htm', {'tw' : '_self'}],
	],		
	['Planning Ahead',httpRoot + 'planningahead/planningahead.htm', {'tw' : '_self'},
		['Payment Plans and Prefunding Options',httpRoot + 'planningahead/planningahead_paymentplans.htm', {'tw' : '_self'}],		 		 
		 		
	],	
	['Making Arrangements',httpRoot + 'arrangements.htm', {'tw' : '_self'}],	
	['Send a Condolence',httpRoot + 'condolence.htm', {'tw' : '_self'}],
	['Social Security',httpRoot + 'socialsecurity.htm', {'tw' : '_self'}],
	['Transferring Prearrangements',httpRoot + 'transferringprearrangements.htm', {'tw' : '_self'}],
	['Veterans',httpRoot + 'veterans.htm', {'tw' : '_self'}],
	['Monuments and Memorials',httpRoot + 'monuments.htm', {'tw' : '_self'},
		['Monuments',httpRoot + 'monandmem/monandmem_monuments.htm', {'tw' : '_self'}],
		['Memorials',httpRoot + 'monandmem/monandmem_memorials.htm', {'tw' : '_self'}],
		['Flat Markers',httpRoot + 'monandmem/monandmem_flatmarkers.htm', {'tw' : '_self'}],
	],
	['Pet Pathways','http://www.hindmanfuneralhomes.com/petservices/petservices.htm', {'tw' : '_self'},
		['Services',httpRoot + 'petservices/petservices_services.htm', {'tw' : '_self'}],
		['Why Pet Pathways?',httpRoot + 'petservices/petservices_why.htm', {'tw' : '_self'}],
		['Urns',httpRoot + 'petservices/petservices_urns.htm', {'tw' : '_self'}],
		['Keepsakes',httpRoot + 'petservices/petservices_keepsakes.htm', {'tw' : '_self'}],
		['Memorials',httpRoot + 'petservices/petservices_memorials.htm', {'tw' : '_self'}],
		['Links',httpRoot + 'petservices/petservice_links.html', {'tw' : '_self'}],
		['Testimonials',httpRoot + 'petservices/petservice_referrals.html', {'tw' : '_self'}],
	],
	['Links',httpRoot + 'links.htm', {'tw' : '_self'}],
	['Directions',httpRoot + 'directions.htm', {'tw' : '_self'}],	
	['Contact Us',httpRoot + 'contactus.htm', {'tw' : '_self'}],	




];