<!--

 var swf=flMovieURL+'?';
 for (i in flVars){
 	swf+='&'+i+'='+flVars[i];
 }

 var id="slideshow";
 var objTransp=(transparent) ? '<PARAM NAME="WMODE" VALUE="transparent" />' : '';
 var embTransp=(transparent) ? 'WMODE="transparent"' : '';
 var alternateContent = '';
 
  if(hasRightVersion) {  
    alternateContent += ''
	+ '<OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'
    + 'WIDTH="'+width+'" HEIGHT="'+height+'" ID="'+id+'"'
    + 'CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">'
    + '<PARAM NAME="MOVIE" VALUE="'+swf+'" />'
    + '<PARAM NAME="ALLOWSCRIPTACCESS" VALUE="always" />'
	+ '<PARAM NAME="PLAY" VALUE="true" />'
    + '<PARAM NAME="LOOP" VALUE="true" />'
    + '<PARAM NAME="QUALITY" VALUE="high" />'
	+ objTransp
    + '<PARAM NAME="MENU" VALUE="false" />'
    + '<EMBED SRC="'+swf+'"'
    + 'WIDTH="'+width+'" HEIGHT="'+height+'"'
    + 'PLAY="true"'
    + 'LOOP="true"'
    + 'QUALITY="high"'
	+ 'ALLOWSCRIPTACCESS="always"'
	+ 'NAME="'+id+'"'
	+ embTransp
    + 'MENU="false"'
    + 'TYPE="application/x-shockwave-flash"'
    + 'PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">'
    + '</EMBED>'
    + '</OBJECT>';

    
  } else {  
    alternateContent += '<div style="background-color:#eeffee; width:300px height:200px; padding:10px; font-family:Arial; text-align:center; font-size:14px; color:ff0000;">Sorry, Sie haben leider nicht das Flashplugin 8 oder höher installiert!<br /><br />Sie bekommen es kostenlos unter: <a href="http://www.adobe.de" target="_blank">www.adobe.de</a></div>';
  }

 
  document.write(alternateContent);

//-->  
