function swapflash(width,height){
if (!useRedirect) {
	if(hasRightVersion) {
		var oeTags = '<OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'
		+ width
		+ height
		+ 'CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">'
		+ '<PARAM NAME="MOVIE" VALUE="media/bordell-oasis-koblenz.swf">'
		+ '<PARAM NAME="PLAY" VALUE="true">'
		+ '<PARAM NAME="LOOP" VALUE="false">'
		+ '<PARAM NAME="QUALITY" VALUE="high">'
		+ '<PARAM NAME="MENU" VALUE="false">'
		+ '<PARAM NAME="BGCOLOR" VALUE="#990000">'
		+ '<EMBED SRC="media/bordell-oasis-koblenz.swf"'
		+ width
		+ height
		+ 'PLAY="true"'
		+ 'LOOP="false"'
		+ 'QUALITY="high"'
		+ 'BGCOLOR="#990000"'
		+ 'MENU="false"'
		+ 'TYPE="application/x-shockwave-flash"'
		+ 'PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">'
		+ '</EMBED>'
		+ '</OBJECT>';
		document.write(oeTags);
	} else {
		var alternateContent = '<IMG SRC="media/bordell-oasis.gif" ' + height + width + '">';
		document.write(alternateContent);
	}
}
}
