/* --- menu items --- */
var MENU_ITEMS = [
	['Home', '../../index.htm'],
	['About us', 'ueber_p.htm'],
	['Brochures', '../../downloads/download_e.htm'],
	['Service', null,
		['Addresses','../../englisch/kontakt_e.htm'],
		['Inquiry','../../englisch/anfrage_e.htm'],
		['General&nbsp;Terms&nbsp;and&nbsp;Conditions','../../pdf/englisch/General Terms and Conditions-K+K-english-2008-03-10.pdf'],
		['Terms and Conditions of Sale and Delivery','../../pdf/englisch/Terms and Conditions of Sale and Delivery-K+K-english-2008-03-10.pdf']
],
	['Main Menue', '../../englisch/leitsatz_e.htm'],
	['Back', 'javascript:history.back()'],
	['Quit', 'javascript:window.close()']
];

