<!--

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

 var height = 370;
 
 var id="ezignxmlslideshow";
 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="true" />'
    + '<EMBED SRC="'+swf+'"'
    + 'WIDTH="'+width+'" HEIGHT="'+height+'"'
    + 'PLAY="true"'
    + 'LOOP="true"'
    + 'QUALITY="high"'
	+ 'ALLOWSCRIPTACCESS="always"'
	+ 'NAME="'+id+'"'
	+ embTransp
    + 'MENU="true"'
    + '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: url(img/bild3.jpg) no-repeat center 1px; width: 900px; height: 300px; padding:10px; font-family:Arial; text-align:center; font-size:14px; color:ff0000;"></div>';
  }

 
  document.write(alternateContent);

//-->  
