/*
  --- 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 = [
	['View', null, null,
		['Home Page', 'http://www.charter-us.com/index.html'],
		['Site Search', 'http://www.charter-us.com/zoom/search.php'],
		],
	['News', 'http://www.charter-us.com/news/aktuell.php'],
	['About Us', null, null,
		['Why Charter US?', 'http://www.charter-us.com/s0_data/Why You should rent a Hertz Rental Car through Charter.pdf', {'tw':'_blank'}],
		['Contact Us', null, null,
			['Charter US', 'http://www.charter-us.com/contactus/contactus.htm'],
			['Webmaster', 'http://www.charter-us.com/contactus/webmaster.htm'],
	],],
	['USA', null, null,
		['Cars', 'http://www.charter-us.com/photos/cars-us/index.php'],
		['Rates', null, null,
			['English', 'http://www.charter-us.com/rates/us/indextemp.htm'],
		],],
	['Germany', null, null,
		['Cars', 'http://www.charter-us.com/photos/cars-frg/index.php'],
		['Rates','http://www.charter-us.com/rates/DE-Rates.htm'],
	],
	['Europe', null, null,
		['Germany', null, null,
			['Cars', 'http://www.charter-us.com/photos/cars-frg/index.php'],
			['Rates','http://www.charter-us.com/rates/rates-de.htm'],
		],
		['Others', null, null,
			['Request Quote', 'http://www.charter-us.com/rfq/nrfq.htm'],
			['Reservations', 'http://www.charter-us.com/reservation/reservationform.htm'],
	],
	],
	['Travel Aid', null, null,

		['Conversions', null, null,
			['Temperature', 'http://www.charter-us.com/Travellers-aid/fahrenheit_to_celsius.htm'],
			
			['Distance', 'http://www.charter-us.com/Travellers-aid/km_to_miles.htm'],
			
			['Currency',  'http://finance.yahoo.com/m5?a=1&s=EUR&t=USD'],
			
		],
		['Directions', null, null,
			['USA', 'http://www.charter-us.com/directions/directions-us.htm'],
			
			['Europe', 'http://www.charter-us.com/directions/directions-europe.htm'],
		],


	['Discount Card', 'http://www.charter-us.com/Travellers-aid/cdp.htm'],
],


	
	['Privacy', null, null,
		['Charter US', 'http://www.charter-us.com/privacy/'],
		['Hertz', 'http://www.charter-us.com/privacy/hertz-popup.htm'],

	],
	['FAQs', 'http://www.charter-us.com/faq/faq.htm'],
		
];


