 <!--
    Normal1 = new Image();
    Normal1.src = "bilder/spacer.gif"; /* Hier erste Standard-Grafik angeben */
    Highlight1 = new Image();
    Highlight1.src = "bilder/rot.gif"; /* Hier erste Highlight-Grafik angeben */
    function Bildwechsel(Bildnr,Bildobjekt)
    {
     window.document.images[Bildnr].src = Bildobjekt.src;
    }

	function popUp(bild,namen)
	{
	w=600; h=500;
	preview = window.open("","popUpWin","resizable=yes,scrollbars=yes,toolbar=no,menubar=yes,status=no,directories=no,width="+w+",height="+h+"");
	preview.moveTo(screen.width/2-300,screen.height/2-250);
	preview.document.write('<html><head><title>' + namen + '<\/title><link REL="stylesheet" TYPE="text/css" HREF="johannes.css"><\/head>'
	+'<body><div align="center"><img src="bilder/logo_j.gif" hspace="3" height="43" width="15" title="www.johanneskirche-halle.de"><img src="bilder/logo_schrift.gif" width="277" height="43" title="www.johanneskirche-halle.de"><table cellpadding="0" cellspacing="10"><tr><td align="center" class="fbraun"><br><b>'+ bild +'</b></td></tr>'
	+'<tr><td background="bilder/rosa2.gif"><a href="javascript:self.close();"><img src="bilder/'+bild+'.jpg" border=0 vspace=10 hspace=10 alt="Schließen per Klick"></a></td></tr></table><a href="javascript:self.close();"<div>:: Fenster schlie&szlig;en ::<\/div><\/a><\/div><\/body><\/html>');
	preview.document.close();
	}

	function popUp2(bild_x, bild_y,name_x,name_y)
	{
	w=600; h=600;
	preview = window.open("","popUpWin","resizable=yes,scrollbars=yes,toolbar=no,menubar=yes,status=no,directories=no,width="+w+",height="+h+"");
	preview.moveTo(screen.width/2-300,20);
	preview.document.write('<html><head><title>' + name_x +'  '+ name_y +'<\/title><link REL="stylesheet" TYPE="text/css" HREF="johannes.css"><\/head>'
	+'<body><div align=center><img src="bilder/logo_j.gif" hspace="3" height="43" width="15" title="www.johanneskirche-halle.de"><img src="bilder/logo_schrift.gif" width="277" height="43" title="www.johanneskirche-halle.de"><table cellpadding="0" cellspacing="10"><tr><td align="center" class="fbraun"><br><b>'+ bild_x +'</b></td></tr>'
	+'<tr><td background="bilder/rosa2.gif"><a href="javascript:self.close();"><img vspace=10 hspace=10 border=0 alt="Schließen per Klick" src="bilder/'+bild_x+'.jpg"></a></td></tr>'
	+'<tr><td align="center" class="fbraun"><br><b>'+ bild_y +'</b></td></tr>'
	+'<tr><td background="bilder/rosa2.gif"><a href="javascript:self.close();"><img vspace=10 hspace=10 border=0 alt="Schließen per Klick" src="bilder/'+bild_y+'.jpg"></td></tr></a></table>'
	+'<div><a href="javascript:self.close();">:: Fenster schlie&szlig;en ::<\/a><\/div><\/div><\/body><\/html>');
	preview.document.close();
	}

	function popUp3(x)
	{
	w=530; h=830;
	fenster = new Array("chorfenster_nordost","chorfenster_ost","chorfenster_suedost");
	preview = window.open(""+fenster[x]+".php","popUpWin","resizable=yes,scrollbars=yes,toolbar=no,menubar=yes,status=no,directories=no,width="+w+",height="+h+"");
	preview.moveTo(screen.width/2-300,screen.height/2-250);
	preview.document.close();
	}

	function Go(x)
	{
		if(x == "nothing")
		{
	   	document.forms[0].reset();
		document.forms[0].elements[0].blur();
		return;
		}
		else
		{
		window.location.href = x;
		document.forms[0].reset();
		document.forms[0].elements[0].blur();
		}
	}

       function xlink(l)
        {
                document.location.href=l;
        }
//-->