<!--   

while (imgString.indexOf('#',0)!=-1){
         imgString=imgString.replace(/#/,'~');
 }
 var swf='/_module/swf/slideshow.swf?dissolve='+dissolve+'&fadeInSpeed='+fadeInSpeed+'&fadeOutSpeed='+fadeOutSpeed+'&breakTime='+breakTime+'&imgFolder='+imgFolder+'&randPlay='+randPlay+'&imgString='+imgString;

 /*
 var swf='swf/slideshow.swf';
 var width=445;
 var height=334;
 var transparent=true;
 */
 var id="slideshow";
 

 var objTransp=(transparent) ? '<PARAM NAME="WMODE" VALUE="transparent" />' : '';
 var embTransp=(transparent) ? 'WMODE="transparent"' : '';
 var alternateContent = '<div id="flashMovie" style="width:'+width+'px; height:'+height+'px; padding: 6px; background-color: white">';
  
  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-image: url(/paradise_cruises/_module/swf/pics/10.jpg); width:600px; height:270px; font-family:Verdana; text-align:center; font-size:11px; color:#fff;"><br><b>Sie haben leider nicht das Flashplugin installiert!</b><br /><br />Sie bekommen es kostenlos unter: <a href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" target="_blank">www.adobe.de</a></div>';
  }
  alternateContent += '</div>';
 
  document.write(alternateContent);

//-->  
