<!--

// Begin: Global Definition

if(top!=self) top.location=self.location;

// End: Global Definition


// Begin: Rollover

function preload(imgName, imgSource)
{

	kompatibel=false;
	if (navigator.appVersion.charAt(0) >= "3")
 	{
		kompatibel = true;
		eval(imgName+' = new Image()');
		eval(imgName+'.src = "'+imgSource+'"');
  		gesetzt = true;
	}
}

function anaus(bild,image)
{
	if (gesetzt&&kompatibel) document.images["!"+bild].src = image.src;
}

// End: Rollover

	// Javascript Fehler unterdruecken
	onerror = stopError;
	function stopError()
	{
 return true;
	}

//-->
