/*
  --- 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 = [
	/*['Travel Information', null, null,
		['Supported Browsers', null, null,
			['Win32 Browsers', null, null, 
				['Internet Explorer 5+'],
				['Netscape 6.0+'],
				['Mozilla 0.9+'],
				['AOL 5+'],
				['Opera 5+']
			],
			['Mac OS Browsers', null, null,
				['Internet Explorer 5+'],
				['Netscape 6.0+'],
				['Mozilla 0.9+'],
				['AOL 5+'],
				['Safari 1.0+']
			],
			['KDE (Linux, FreeBSD)', null, null,
				['Netscape 6.0+'],
				['Mozilla 0.9+']
			]
		],
		['Unsupported Browsers', null, null,
			['Internet Explorer 4.x'],
			['Netscape 4.x']
		],
		['Report test results', 'mailto:feedback@softcomplex.com?subject=Tigra Menu Test Results'],
	],
	['Docs & Info', null, null,
		['Product Page', 'http://www.softcomplex.com/products/tigra_menu/'],
		['Welcome Page', '../'],
		['Documentation', 'http://www.softcomplex.com/products/tigra_menu/docs/'],
		['Forums', 'http://www.softcomplex.com/forum/forumdisplay.php?fid=29'],
		['TM Comparison Table', 'http://www.softcomplex.com/products/tigra_menu/docs/compare_menus.html'],
		['Online Menu Builder', 'http://www.softcomplex.com/products/tigra_menu/builder/'],
	],*/
	['OBITUARIES', 'obituaries.php', null,
	],
	['Sign Up for ObitAlert', 'email_alerts.php', null,
	],
	['Home Page', 'main.php', null,
	],
	['About Kistler-Hardee&#160;&#62;', null, null,
		
		['Meet Our Staff', 'staff.php'],
		['The Kistler-Hardee History', 'history.php'],
		['Our Privacy Policy', 'privacy.php'],
		['Back to Intro Page', 'index.php']
	],
	['Types of Services&#160;&#62;', null, null,
		['Traditional Burial Options', 'services_traditional.php'],
		['Cremation Service Options', 'services_cremation.php'],
		['Organ &#38; Body Donations', 'services_donation.php'],
		['Military &#38; Fraternal Services', 'services_military.php']
	],
	['Caskets, Urns & Vaults&#160;&#62;', null, null,
		['Choosing a Burial Container', 'caskets.php'],
		['Metal Caskets', 'caskets_metal.php'],
		['Wood Caskets', 'caskets_wood.php'],
		['Cremation Caskets & Urns', 'caskets_urns.php'],
		['About Burial Vaults', 'caskets_vaults.php']
	],
	['TAKE OUR VIDEO TOUR', 'video.php', null,
	],
	['Flowers, Travel & Lodging', 'flowers.php', null,
	],
	['Ask the Undertaker', 'faq.php', null,
	],
	['Testimonials&#160;&#62;', null, null,
		['View Testimonials', 'testimonials.php'],
		['Add Your Testimonial', 'add_testimonial.php']
	],
	['Memorial Donations', 'donation.php', null,
	],
	['FUNERAL PRE-PLANNING&#160;&#62;', null, null,
		['Pre-Planning Overview', 'preplanning.php'],
		['Pre-Funding Options', 'preplanning_funding.php'],
		['&#9734; Start Planning Online', 'preplanning_register.php']
	],
	['Survivor Resources&#160;&#62;', null, null,
		['Military / Veterans Benefits', 'resources_military.php'],
		['Social Security Benefits', 'resources_ssa.php']
	],
	['Dealing With Grief&#160;&#62;', null, null,
		['What to Know About Grief', 'grief.php'],
		['Loss of a Parent', 'grief_parent.php'],
		['Grieving Children', 'grief_child.php'],
		['Losing Your Spouse', 'grief_spouse.php'],
		['Helping a Friend', 'grief_friend.php']
	],	
	['Contact Us&#160;&#62;', null, null,
		['General Contact Information', 'contact.php'],
		['Get Free Literature', 'contact_literature.php']
	],
];

