		
		<!--
			var soundimage;
		
			function switchSoundbar(number){
				if(number=="01"){
					soundimage="<img src=\"fileadmin/kumpf/main/images/sound01.gif\" alt=\"Soundbar\" usemap=\"#Soundmap\" border=\"0\"><br />";
					parent.player.location.href="sound01.html";
				}
				if(number=="00"){
					soundimage="<img src=\"fileadmin/kumpf/main/images/stop.gif\" alt=\"Soundbar\" usemap=\"#Soundmap\" border=\"0\"><br />";
					parent.player.location.href="stop.html";
				}									
								
			}	
			
			function getSound(name){
			
				switchSoundbar(name);
			
				if(!soundimage){
				
					var url=parent.player.location.href;
					var urlar=url.split('/');
					var arurl=urlar.reverse();
					if(arurl[0]=="sound01.html"){
						soundimage="<img src=\"fileadmin/kumpf/main/images/sound01.gif\" alt=\"Soundbar\" usemap=\"#Soundmap\" border=\"0\"><br />";
					}
					if(arurl[0]=="stop.html"){
						soundimage="<img src=\"fileadmin/kumpf/main/images/stop.gif\" alt=\"Soundbar\" usemap=\"#Soundmap\" border=\"0\"><br />";
					}	

				}
				
				document.getElementById('soundbar').innerHTML=(soundimage);

			}		

			
		//-->
		
		

/***
 * Javascript Flash Detection (14.02.2005)
 * (c) Oliver Nowak
 * http://www.deydesigns.com
 *
 * Syntax:
 * [variable = ] flash_detection(required, max);
 *
 *
 * @param     integer    benötigte Flash Plugin Version
 * @param     integer    maximal zu prüfende Versionen
 * @return    array      vorhandene Version (0 = kein Flash Plugin installiert)
 *                       und benötigte Version (integer)
 *
 *
 * Hinweise:
 *
 * Wie wir ja alle wissen gibt es keine 100% zuverlässige Flash Detection,
 * und genauso verhält es sich mit dieser. Sie wird nicht mit allen Systemen
 * funktionieren. Wie dem auch sei, sie wurde erfolgreich getestet unter
 * WindowsXP (SP1) mit MSIE 6, NS 7.1, Opera 7.11, Mozilla 1.4 und Firefox 1.0
 *
 *
 * Nicht vergessen, credits where they are due.
 */
function flash_detection(required, max)
{
    var required_version = required;
    var max_version = max;
    var available_version = 0;

    /* dieser Abschnitt ist für NS, Mozilla, Firefox und ähnliche Browser */
    if(typeof(navigator.plugins["Shockwave Flash"]) == "object")
    {
        /***
         * Wenn wir hier landen, dann ist Flash installiert, und wir können die Version
         * aus der Beschreibung auslesen.
         */
        var description = navigator.plugins["Shockwave Flash"].description;
        available_version = description.substr(16, (description.indexOf(".", 16) - 16));
    }
    /***
     * dieser Abschnitt ist für den IE und ähnliche Browser die ActiveX benutzen um Flash
     * anzuzeigen.
     */
     else if(typeof(ActiveXObject) == "function")
    {
        /* durchlaufen der Flash Versionen von 2 bis zur maximal zu prüfenden Version */
        for(var i = 2; i < (max_version + 1); i ++)
        {
            /***
             * wir beugen mittels try und catch (JS 1.5+ / IE5+) einem Fehler vor (welcher einen
             * Abbruch des Scripts zur Folge hätte), so können wir auch auf ein extra VBScript
             * verzichten.
             */
            try
            {
                /***
                 * läßt sich das ActiveX Flash Objekt Version i erstellen, so ist diese Version
                 * auch installiert
                 */
                if(typeof(new ActiveXObject("ShockwaveFlash.ShockwaveFlash." + i)) == "object")
                {
                    available_version = i;
                }
           }
           catch(error)
           {
           }
        }
    }

    /* die Werte werden in Form eines Arrays zurückgegeben */
    return [available_version, required_version];
}
		
		function getFlashHeader(){

		//Einstellungen für die SWF
			if(flash_detection(7,8)=="0,7") {
				document.write('<center>Um unsere Seiten <strong>im vollen Umfang</strong> betrachten zu k&ouml;nnen, wird ein aktuelles Macromedia Flash Plugin (min. Version 7.0) ben&ouml;tigt. Das Plugin steht bei Macromedia zum downloaden bereit (ca. 300 kb).<br />Klicken Sie einfach auf das Icon oder den unten stehenden Link.<br /><a href=\"http://www.macromedia.com/de/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\" target=\"_blank\"><img src=\"http://www.macromedia.com/images/shared/download_buttons/get_flash_player.gif\" width=\"88\" height=\"31\" border=\"0\" alt=\"get Flashplayer\"></a></center>');
			}else{
				document.write('<object type=\"application/x-shockwave-flash\" width=\"520\" height=\"75\" bgcolor=\"#455a62\" data=\"jpgrotator.swf"><param name="movie" value="jpgrotator.swf" /><param name="bgcolor" value="#455a62" /></object>');
			}
		}

		function checkFlash(){		

			//Einstellungen für die SWF
			if(flash_detection(7,8)=="0,7") {
				document.write('<tr><td align=\"center\" class=\"main\">Um unsere Seiten <strong>im vollen Umfang</strong> betrachten zu k&ouml;nnen, wird ein aktuelles Macromedia Flash Plugin (min. Version 7.0) ben&ouml;tigt. Das Plugin steht bei Macromedia zum downloaden bereit (ca. 300 kb).<br /><br />Klicken Sie einfach auf das Icon oder den unten stehenden Link.<br />&nbsp;<br /><a href=\"http://www.macromedia.com/de/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\" target=\"_blank\"><img src=\"http://www.macromedia.com/images/shared/download_buttons/get_flash_player.gif\" width=\"88\" height=\"31\" border=\"0\" alt=\"get Flashplayer\"></a></td></tr>'); 
			}
		
		}
		
		//-->
		
	
		//* F R A M E S E T 
		//************************************************************************	
		
		<!--
		function reloadFrameset()
		{
			
			var dokument=location.search;
			if(dokument){
				var	activFrame=dokument.substring(1,dokument.length);
				location.href="index.html";
				frames.content.location.href=activFrame;				
			}

		}
		//-->		
		
		
		<!--
		function checkFrameset()
		{
			if(!parent.player)
				location.href="../index.html?" + location.pathname;
		}
		//-->
	

		
// These functions are part of the flatPHPbook script (c) 2003 by Thomas Hettenhausen

function addHyperlink($urlQuestion, $nameQuestion)
{
	$oldValue = document.getElementById("messagebox").value;
	$linkurl = prompt($urlQuestion, "http://");
	$linkname = prompt($nameQuestion, $linkurl);
	if (($linkurl != "http://") && ($linkurl != null) && ($linkurl != ""))	{
		if (($linkname == null) || ($linkname == $linkurl))	{
			$newValue = $oldValue + "[url]" + $linkurl + "[/url]";
		}
		else {
			$newValue = $oldValue + "[url=" + $linkurl + "]" + $linkname + "[/url]";
		}
		document.getElementById("messagebox").value = $newValue;
	}
	document.getElementById("messagebox").focus();
}


function addEmail($addressQuestion, $nameQuestion)
{
	$oldValue = document.getElementById("messagebox").value;
	$linkurl = prompt($addressQuestion);
	$linkname = prompt($nameQuestion, $linkurl);
	if (($linkurl != "") && ($linkurl != null))	{
		if (($linkname == null) || ($linkname == $linkurl))	{
			$newValue = $oldValue + "[email]" + $linkurl + "[/email]";
		}
		else {
			$newValue = $oldValue + "[email=" + $linkurl + "]" + $linkname + "[/email]";
		}
		document.getElementById("messagebox").value = $newValue;
	}
	document.getElementById("messagebox").focus();
}


function addBold($boldQuestion, $yourTextGoesHere)
{
	$oldValue = document.getElementById("messagebox").value;
	$boldtext = prompt($boldQuestion, $yourTextGoesHere);
	if (($boldtext != null) && ($boldtext != ""))	{
		$newValue = $oldValue + "[b]" + $boldtext + "[/b]";
		document.getElementById("messagebox").value = $newValue;
	}
	document.getElementById("messagebox").focus();
}

function addItalics($italicQuestion, $yourTextGoesHere)
{
	$oldValue = document.getElementById("messagebox").value;
	$italicsText = prompt($italicQuestion, $yourTextGoesHere);
	if (($italicsText != null) && ($italicsText != ""))	{
		$newValue = $oldValue + "[i]" + $italicsText + "[/i]";
		document.getElementById("messagebox").value = $newValue;
	}
	document.getElementById("messagebox").focus();
}

function addUnderline($underlineQuestion, $yourTextGoesHere)
{
	$oldValue = document.getElementById("messagebox").value;
	$underlinedText = prompt($underlineQuestion, $yourTextGoesHere);
	if (($underlinedText != null) && ($underlinedText != ""))	{
		$newValue = $oldValue + "[u]" + $underlinedText + "[/u]";
		document.getElementById("messagebox").value = $newValue;
	}
	document.getElementById("messagebox").focus();
}



function addColor($colorQuestion, $yourTextGoesHere)
{
	$oldValue = document.getElementById("messagebox").value;
	$selectedSize = document.inputform.colorselect.options[document.inputform.colorselect.selectedIndex].value;
	if ($selectedSize != "color")	{
		$coloredText = prompt($colorQuestion, $yourTextGoesHere);
		if ($coloredText != null)	{
			$newValue = $oldValue + "[color=" + $selectedSize + "]" + $coloredText + "[/color]";
			document.getElementById("messagebox").value = $newValue;
		}
	}
	document.getElementById("messagebox").focus();
}

function addSize($sizeQuestion, $yourTextGoesHere)
{
	$oldValue = document.getElementById("messagebox").value;
	$selectedSize = document.inputform.sizeselect.options[document.inputform.sizeselect.selectedIndex].value;
	if ($selectedSize != "size")	{
		$sizedText = prompt($sizeQuestion, $yourTextGoesHere);
		if ($sizedText != null)	{
			$newValue = $oldValue + "[size=" + $selectedSize + "]" + $sizedText + "[/size]";
			document.getElementById("messagebox").value = $newValue;
		}
	}
	document.getElementById("messagebox").focus();
}


function addImage($imageQuestion)
{
	$oldValue = document.getElementById("messagebox").value;
	$imageLocation = prompt($imageQuestion, "http://");
	if (($imageLocation != "http://") && ($imageLocation != null) && ($imageLocation != ""))	{
		$newValue = $oldValue + "[img]" + $imageLocation + "[/img]";
		document.getElementById("messagebox").value = $newValue;
	}
	document.getElementById("messagebox").focus();
}


function addCode($codeQuestion, $yourTextGoesHere)
{
	$oldValue = document.getElementById("messagebox").value;
	$codeText = prompt($codeQuestion, $yourTextGoesHere);
	if (($codeText != null) && ($codeText != ""))	{
		$newValue = $oldValue + "[pre]" + $codeText + "[/pre]";
		document.getElementById("messagebox").value = $newValue;
	}
	document.getElementById("messagebox").focus();
}


function clearHelp()
{
	document.getElementById("jsHelpLine").innerHTML = "&nbsp;<br>";
}


function helpHyperlink($wwwHelp)
{
	document.getElementById("jsHelpLine").innerHTML = $wwwHelp;
}


function helpEmail($emailHelp){
	document.getElementById("jsHelpLine").innerHTML = $emailHelp;
}


function helpBold($boldHelp)
{
	document.getElementById("jsHelpLine").innerHTML = $boldHelp;
}


function helpItalics($helpItalics)
{
	document.getElementById("jsHelpLine").innerHTML = $helpItalics;
}


function helpUnderline($helpUnderline)
{
	document.getElementById("jsHelpLine").innerHTML = $helpUnderline;
}


function helpColor($helpColor)
{
	document.getElementById("jsHelpLine").innerHTML = $helpColor;
}


function helpSize($helpSize)
{
	document.getElementById("jsHelpLine").innerHTML = $helpSize;
}


function helpImage($helpImage)
{
	document.getElementById("jsHelpLine").innerHTML = $helpImage;
}


function helpCode($helpCode)
{
	document.getElementById("jsHelpLine").innerHTML = $helpCode;
}	


 <!--
function getImage(num){

	obj = document.getElementById("IMAGE"+num);        

img=obj.getElementsByTagName("IMG");

document.write('<img src="'+img[0].src+'" width="200" />');

}


 //-->	
		
