<!--    

 var alternateContent = '';

  if(hasRightVersion) {  
    alternateContent = '<OBJECT CLASSID="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"'
    + 'width="340" height="250"'
    + 'CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">'
    + '<PARAM NAME="MOVIE" VALUE="images/foto-film.swf">'
    + '<PARAM NAME="PLAY" VALUE="true">'
    + '<PARAM NAME="LOOP" VALUE="true">'
    + '<PARAM NAME="QUALITY" VALUE="high">'
    + '<PARAM NAME="MENU" VALUE="false">'
    + '<EMBED SRC="images/foto-film.swf"'
	    + 'width="340" height="250"'  
    + 'PLAY="true"'
    + 'LOOP="true"'
    + 'QUALITY="high"'
    + 'MENU="false"'
    + 'WMODE="transparent"'
    + 'TYPE="application/x-shockwave-flash"'
    + 'PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">'
    + '</EMBED>'
    + '</OBJECT>';

    
  } else {  
    alternateContent = '<img src="images/holzhaus.jpg" alt="Holzhaus bauen" width="340" height="250" border="0" />';
  }
  document.write(alternateContent);

//-->  