if(hasRightVersion) {
		var oeTags = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="732" height="463">'
		+ '<param name="movie" value="' + URL+ 'flash/spectrim_v5.swf?nExchRate='+nExchRate+'&sCart='+sCart+'&rnd=' +  Math.round(Math.random()*1000) +'" />'
		+ '<param name="quality" value="high" />'
		+ '<param name="menu" value="false" />'
		+ '<PARAM NAME="PLAY" VALUE="true" />'
		+ '<embed src="'+URL+'flash/spectrim_v5.swf?nExchRate='+nExchRate+'&sCart='+sCart+'&rnd=' +  Math.round(Math.random()*1000) +'"  quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="732" height="463"></embed>'
		+ '</object>'
		document.write(oeTags); 
	} else {
		var alternateContent = '<strong>This feature requires Flash player 8 or higher.</strong><br/><br><a href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" target=\"_blank\"><font color=\"#000000\">Click here to upgrade your flash player <img src=\"http://www.spectrim.co.uk/images/misc/flash.gif\" align=\"absmiddle\" border=\"0\"></font></a>';
		//window.open('http://www.macromedia.com/go/getflashplayer','select', 'scrollbars=yes, height=600,width=800,resizable=yes,top=10,left=10'); 
	//	var alternateContent = '<p><br />You need Flash 8 in order to view this application. <br><br><a href="http://www.macromedia.com/go/getflashplayer" target="_blank">Click here to install the latest version of the player.</a></p>';
		document.write(alternateContent);
	}