<!-- hide script from old browsers
	function menuselect (picnr, picobjekt) {
		window.document.images[picnr].src = picobjekt.src;			
	}
	
	function menu1(item) {
		document.getElementById('home').style.display = "none";
		document.getElementById('akupunktur').style.display = "none";
		document.getElementById('anwendung').style.display = "none";
		document.getElementById('mich').style.display = "none";
		document.getElementById('wahlarzt').style.display = "none";
		document.getElementById('kontakt').style.display = "none";
		document.getElementById('impressum').style.display = "none";
		document.getElementById(item).style.display = "block";
	}

	function menu2(item) {
		document.getElementById('a_allgemein').style.display = "none";
		document.getElementById('a_koerper').style.display = "none";
		document.getElementById('a_ohr').style.display = "none";
		document.getElementById('a_dauer').style.display = "none";
		document.getElementById('a_schaedel').style.display = "none";
		document.getElementById('a_laser').style.display = "none";
		document.getElementById('a_moxa').style.display = "none";
		document.getElementById('a_schroepfen').style.display = "none";
		document.getElementById('a_tuina').style.display = "none";
		document.getElementById(item).style.display = "block";
	}

	function menu3(item) {
		document.getElementById('w_bewegung').style.display = "none";
		document.getElementById('w_kopf').style.display = "none";
		document.getElementById('w_geburt').style.display = "none";
		document.getElementById('w_gyn').style.display = "none";
		document.getElementById('w_allergie').style.display = "none";
		document.getElementById('w_atem').style.display = "none";
		document.getElementById('w_magen').style.display = "none";
		document.getElementById('w_gewicht').style.display = "none";
		document.getElementById('w_rauch').style.display = "none";
		document.getElementById('w_psycho').style.display = "none";
		document.getElementById('w_haut').style.display = "none";
		document.getElementById('w_uro').style.display = "none";
		document.getElementById('w_sinne').style.display = "none";
		document.getElementById(item).style.display = "block";
	}

	function resizeText(wert) {
		var fs = '11px';

		var dauer = new Date(); 
		dauer.setTime(dauer.getTime() + (365*24*60*60*1000));

		if (document.cookie) {
			a = document.cookie;
			cookiename = a.substr(0, a.search('='));
			cookiewert = a.substr(a.search('=')+1, a.search(';'));

			if(cookiewert == '') {
				cookiewert = a.substr(a.search('=')+1, a.length);
			}
			fs = cookiewert;
		}

		fs = parseFloat(fs) + wert;

		if (fs >= 9 && fs <= 16) {
			fs = fs + "px";
			document.body.style.fontSize = fs;
			document.cookie = 'site_font_size=' + fs + '; expires=' + dauer.toGMTString() + ';';
		}
		
	}

	function initial() {

	/* Menü Bildwechsel */
		Normal0 = new Image();
		Normal0.src = "pics/menu_te_aku.png";	/* Akupunktur */
		Highlight0 = new Image();
		Highlight0.src = "pics/menu_ta_aku.gif";

		Normal1 = new Image();
		Normal1.src = "pics/menu_te_indi.png";     /* Anwendungsgebiete */
		Highlight1 = new Image();
		Highlight1.src = "pics/menu_ta_indi.gif";

		Normal2 = new Image();
		Normal2.src = "pics/menu_te_me.png";     /* über mich */
		Highlight2 = new Image();
		Highlight2.src = "pics/menu_ta_me.gif";

		Normal3 = new Image();
		Normal3.src = "pics/menu_te_wahl.png";     /* Wahlärztin */
		Highlight3 = new Image();
		Highlight3.src = "pics/menu_ta_wahl.gif";

		Normal4 = new Image();
		Normal4.src = "pics/menu_te_kontakt.png";     /* Kontakt */
		Highlight4 = new Image();
		Highlight4.src = "pics/menu_ta_kontakt.gif";

		Normal5 = new Image();
		Normal5.src = "pics/menu_te_imp.png";     /* Impressum */
		Highlight5 = new Image();
		Highlight5.src = "pics/menu_ta_imp.gif";

	/* Akupunkturauswahl Bildwechsel */
		Normal10 = new Image();
		Normal10.src = "pics/auswahl_te_allgemein.png";	/* Akupunktur allgemein */
		Highlight10 = new Image();
		Highlight10.src = "pics/auswahl_ta_allgemein.gif";

		Normal11 = new Image();
		Normal11.src = "pics/auswahl_te_koerper.png";	/* Körperakupunktur */
		Highlight11= new Image();
		Highlight11.src = "pics/auswahl_ta_koerper.gif";

		Normal12 = new Image();
		Normal12.src = "pics/auswahl_te_ohr.png";	/* Ohrkupunktur */
		Highlight12 = new Image();
		Highlight12.src = "pics/auswahl_ta_ohr.gif";

		Normal13 = new Image();
		Normal13.src = "pics/auswahl_te_dauer.png";	/* Dauernadeln */
		Highlight13 = new Image();
		Highlight13.src = "pics/auswahl_ta_dauer.gif";

		Normal14 = new Image();
		Normal14.src = "pics/auswahl_te_schaedel.png";	/* Schädelakupunktur */
		Highlight14 = new Image();
		Highlight14.src = "pics/auswahl_ta_schaedel.gif";

		Normal15 = new Image();
		Normal15.src = "pics/auswahl_te_laser.png";	/* Laserakupunktur */
		Highlight15 = new Image();
		Highlight15.src = "pics/auswahl_ta_laser.gif";

		Normal16 = new Image();
		Normal16.src = "pics/auswahl_te_moxa.png";	/* Moxa */
		Highlight16 = new Image();
		Highlight16.src = "pics/auswahl_ta_moxa.gif";

		Normal17 = new Image();
		Normal17.src = "pics/auswahl_te_schroepfen.png";	/* Schröpfen*/
		Highlight17 = new Image();
		Highlight17.src = "pics/auswahl_ta_schroepfen.gif";

		Normal18 = new Image();
		Normal18.src = "pics/auswahl_te_tuina.png";	/* Tuina */
		Highlight18 = new Image();
		Highlight18.src = "pics/auswahl_ta_tuina.gif";

	/* Anwendungauswahl Bildwechsel */
		Normal20 = new Image();
		Normal20.src = "pics/auswahlw_te_bewegung.png";	/* Bewegungsapparat */
		Highlight20= new Image();
		Highlight20.src = "pics/auswahlw_ta_bewegung.gif";

		Normal21 = new Image();
		Normal21.src = "pics/auswahlw_te_kopf.png";	/* Kopfschmerzen */
		Highlight21 = new Image();
		Highlight21.src = "pics/auswahlw_ta_kopf.gif";

		Normal22 = new Image();
		Normal22.src = "pics/auswahlw_te_geburt.png";	/* Geburtsvorbereitung */
		Highlight22 = new Image();
		Highlight22.src = "pics/auswahlw_ta_geburt.gif";

		Normal23 = new Image();
		Normal23.src = "pics/auswahlw_te_gyn.png";	/* Gynäkologische Erkrankung */
		Highlight23 = new Image();
		Highlight23.src = "pics/auswahlw_ta_gyn.gif";

		Normal24 = new Image();
		Normal24.src = "pics/auswahlw_te_allergie.png";	/* Allergien */
		Highlight24 = new Image();
		Highlight24.src = "pics/auswahlw_ta_allergie.gif";

		Normal25 = new Image();
		Normal25.src = "pics/auswahlw_te_atem.png";	/* Atemwegserkrankung */
		Highlight25 = new Image();
		Highlight25.src = "pics/auswahlw_ta_atem.gif";

		Normal26 = new Image();
		Normal26.src = "pics/auswahlw_te_magen.png";	/* Magenerkrankung */
		Highlight26 = new Image();
		Highlight26.src = "pics/auswahlw_ta_magen.gif";

		Normal27 = new Image();
		Normal27.src = "pics/auswahlw_te_gewicht.png";	/* Übergewicht */
		Highlight27 = new Image();
		Highlight27.src = "pics/auswahlw_ta_gewicht.gif";

		Normal28 = new Image();
		Normal28.src = "pics/auswahlw_te_rauch.png";	/* Raucherentwöhnung */
		Highlight28 = new Image();
		Highlight28.src = "pics/auswahlw_ta_rauch.gif";

		Normal29 = new Image();
		Normal29.src = "pics/auswahlw_te_psycho.png";	/* psychovegetative Erkrankung */
		Highlight29 = new Image();
		Highlight29.src = "pics/auswahlw_ta_psycho.gif";

		Normal30 = new Image();
		Normal30.src = "pics/auswahlw_te_haut.png";	/* Hauterkrankung */
		Highlight30 = new Image();
		Highlight30.src = "pics/auswahlw_ta_haut.gif";

		Normal31 = new Image();
		Normal31.src = "pics/auswahlw_te_uro.png";	/* urologische Erkrankung */
		Highlight31 = new Image();
		Highlight31.src = "pics/auswahlw_ta_uro.gif";

		Normal32 = new Image();
		Normal32.src = "pics/auswahlw_te_sinne.png";	/* Erkrankung der Sinnesorgane */
		Highlight32 = new Image();
		Highlight32.src = "pics/auswahlw_ta_sinne.gif";	

		resizeText(0);
		menu1('home');
	}


// end hiding script from old browsers -->