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: "SMART Jumper Cables&trade;", url: "products_smart_jumper_cables_tm.php" }
      
		]
	},

	where_to_buy: {
		items: [
			{ title: "Wiper Blades Locator", url: "wiper_blades_locator.php" },
			{ title: "SMART Jumper Cables&trade; &nbsp;&nbsp;&nbsp;&nbsp; Locator", url: "smart_jumper_cables_tm_locator.php" }
		]
	},
	

	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: "SMART Jumper Cables&trade;", url: "smart_jumper_cables_tm.php" , sub: { items: [
          { title: "FAQ", url: "smart_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" }
		]
	}

};