<!--
//----------------------- GRUNDEINSTELLUNGEN FUER DAS GANZE SCRIPT ---------------------------- 
var widthFlashGif="193"; 
var heightFlashGif="101";
var dateiname="./img/swich.swf";
//---------------------- Programm ---------------------------------- 
document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"  WIDTH="'+widthFlashGif+'" HEIGHT="'+heightFlashGif+'">');
document.write('<PARAM NAME=movie VALUE="'+dateiname+'">');
document.write('<param name="allowScriptAccess" value="always">');
document.write('<PARAM NAME=menu VALUE=false>');
document.write('<PARAM NAME=quality VALUE=high>');
document.write('<PARAM NAME=wmode VALUE=opaque>');
document.write('<PARAM NAME=scale VALUE=exactfit>');
document.write('<EMBED src="'+dateiname+'" wmode="opaque" menu="false" scale="exactfit" quality="high" allowScriptAccess="always" WIDTH="'+widthFlashGif+'" HEIGHT="'+heightFlashGif+'" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>');
document.write('</OBJECT>');
//-->
