function ChangeImage(elem, nr, is_high){

		var new_src = "./img/m_menu_produkte_h.jpg";



		switch (nr){

					case 1:	new_src = "./img/m_menu_produkte";

				break;

					case 2: new_src = "./img/m_menu_angebote";

				break;

					case 3: new_src = "./img/m_menu_ausstellung";

				break;

					case 4: new_src = "./img/m_menu_service";

				break;

		}

		if (is_high == 1)

			new_src += "_h";

		new_src += ".jpg";

		elem.src=new_src;

		elem.style.cursor='pointer';		

	}

	

var MENU_ITEMS = [

	['Furnierte Platten', null, null, 

		['Furnierte Spanplatte E1', 'http://www.europlac.de/produkt_spanplatte.html', null],

		['Furnierte Tischlerplatte', 'http://www.europlac.de/produkt_tischlerplatte.html', null],

		['Furnierte Sperrholzplatte', 'http://www.europlac.de/produkt_sperrholzplatte.html', null],

		['Furnierte MDF-Platte', 'http://www.europlac.de/produkt_mdf.html', null],

		['BIRKOPLEX/DEKOPLEX', 'http://www.europlac.de/produkt_birkoplex.html', null],

		['BIRKOPLEX STARK', 'http://www.europlac.de/produkt_birkoplex_stark.html', null],

		['fireplac A1', 'http://www.europlac.de/produkt_fireplac.html', null],

		['FIPRO A2', 'http://www.europlac.de/produkt_fipro.html', null],

		['Fichte Antik', 'http://www.europlac.de/produkt_fichte_antik.html', null],

		['BIOPLAC', 'http://www.europlac.de/produkt_bioplac.html', null],

		['VARIOSPAN', 'http://www.europlac.de/produkt_variospan.html', null]

	],

	['Fixma&szlig;e und M&ouml;belteile', null, null,

		['Fixma&szlig;e und M&ouml;belteile', 'http://www.europlac.de/fixmasse.html'],

		['Material und Verarbeitung', 'http://www.europlac.de/material.html']

	],

	['Holzarten', 'http://www.europlac.de/holzarten.html', null,



	],

	['Qualit&auml;ten', 'http://www.europlac.de/qualitat.html', null,



	],

	['europlac', null, null,

 		['Das Unternehmen', 'http://www.europlac.de/unternehmen.html'],

		['Referenzen', 'http://www.europlac.de/referenzen.html']

	],

	['Aktuell', null, null,

 		['Termine', 'http://www.europlac.de/termine.html'],

		['Neues/Trends/Angebote', 'http://www.europlac.de/neues.html'],

		['Wissenswertes', 'http://www.europlac.de/wissenswertes.html']	

	],

	['Service', null, null,

		['Login-Bereich', 'http://www.europlac.de/login.html'],

		['Anfrage', 'http://www.europlac.de/anfrage.html'],

		['Infoblatt Plattenwerkstoffe', 'http://www.europlac.de/info_blatt.html'],

		['Infomaterial/Pr&uuml;fzeugnisse', 'http://www.europlac.de/info_pruefzeugn.html']

	],

	['Kontakt', 'http://www.europlac.de/kontakt.html', null,



	],

];



