var menu_data = {

about_pylon: {
		items: [
			{ title: "Company Profile", url: "company_profile.php" },
			{ title: "The Pylon Promise", url: "company_profile.php#anch_lab" }
		]
	},
	
	products: {
		items: [
			{ title: "Wiper Blades", url: "wiper_blades.php" }/*,
			{ title: "Wheel & Tire Care", url: "wheel_and_tire_care.php" }*/
			
		]
	},

	where_to_buy: {
		items: [
			{ title: "Wiper Blades Locator", url: "wiper_blades_locator.php" }/*,
            { title: "Sears Info", url: "docs/Sears_Rebate_150_DPI.pdf" }*//*,
			{ title: "Wheel & Tire Care Locator", url: "wheel_and_tire_care_locator.shtml" }*/
		]
	},
	

	consumer_center: {
		items: [
			{ title: "Wiper Blade", url: "consumer_center-wiper_blades.php" , sub: { items: [
				{title: "Vehicle Application Guide", url: "vehicle_application_guide.php"}, 
				{title: "Seeing Safely", url: "seeing_safely.php"}, 
				{title: "Replacing Wiper Blades", url: "replacing_wiper_blades.php"},
				{title: "Satisfaction Guarantee", url: "satisfaction_guarantee.php"},
				{title: "FAQ", url: "FAQ.php"}
			]}},
			
			/*{ title: "Wheel &amp; Tire Care", url: "consumer_center_wheel&tire_care.php", sub: { items: [
				{title: "Cleaning Safely", url: "cleaning_safely.php"},
				{title: "Keep It Green", url: "keep_it_green.php"},
				{title: "FAQ", url: "FAQ2.php"}
			]}},*/
			{ title: "Accuweather", url: "accuweather.php" }
		]
	},


	media_room: {
		items: [
		]
	},

	whats_new: {
		items: [
		]
	},

	contact: {
		items: [
			{ title: "Contact Information", url: "contact_us.php" },			
			{ title: "Consumer Inquiries", url: "consumer_inquiries.php" },
			{ title: "Sales Inquiries", url: "sales_inquiries.php" },
			{ title: "Marketing Inquiries", url: "marketing_inquiries.php" },
			{ title: "Human Resources", url: "human_resources.php" }
		]
	}

};