// IE patent-hack für active-X elemente

if (typeof IEhackOBJECTS == 'undefined') {
	objects = document.getElementsByTagName("object");
	for (var i = 0; i < objects.length; i++)
	{
	objects[i].outerHTML = objects[i].outerHTML;
	}
	var IEhackOBJECTS = '';
}

// flash
document.write ('<div id="eselohr_gross" style="z-index:10">');
document.write ('  <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="800" height="602">');
document.write ('    <param name="movie" value="/eselohr_zu.swf" />');
document.write ('    <param name="quality" value="high" />');
document.write ('	<PARAM NAME="wmode" VALUE="transparent">');
document.write ('	<param name="SCALE" value="noborder">');
document.write ('    <embed src="/eselohr_zu.swf" wmode="transparent" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="800" height="602"></embed>');
document.write ('  </object>');
document.write ('</div>');
document.write ('<div id="eselohr_klein">');
document.write ('  <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="92" height="74">');
document.write ('    <param name="movie" value="/eselohr_auf.swf" />');
document.write ('    <param name="quality" value="high" />');
document.write ('	<PARAM NAME="wmode" VALUE="transparent">');
document.write ('	<param name="SCALE" value="noborder">');
document.write ('    <embed src="/eselohr_auf.swf" wmode="transparent" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="92" height="74"></embed>');
document.write ('  </object>');
document.write ('</div>');

// functionen für eselohr
function eselohr(was) {
	if (was == 'auf') {
		document.getElementById('eselohr_klein').style.top = '-1000px';
		document.getElementById('eselohr_gross').style.top = '-1px';
	}
	else {
		document.getElementById('eselohr_gross').style.top = '-1000px';
		document.getElementById('eselohr_klein').style.top = '-1px';
	}
}
