 if ( tShockwaveFound ) {
document.writeln('<div id="swfcontent"><object classid="clsid:166B1BCA-3F9C-11CF-8075-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=10,0,0,0" id="mov" width="'+fwidth+'" height="'+fheight+'">');
	document.writeln('<param name="src" value="assets/shockwave/'+myvar+'.dcr">');
	document.writeln('<param name="swStretchHAlign" value="Center">');
	document.writeln('<param name="swStretchVAlign" value="Center">');
	document.writeln('<param name="swStretchStyle" value="meet">');
	document.writeln('<param name="sw1" value="explorer">');
	document.writeln('<param name="bgColor" value="#5476C0"> <param name="name" value="mov"> ');
	document.writeln('<param name="playerVersion" value="11">');
	document.writeln('<embed src="assets/shockwave/'+myvar+'.dcr" bgColor="#5476C0" name="mov" sw1="navigator" swLiveConnect="TRUE" swStretchHAlign="Center" swStretchVAlign="Center" width="'+fwidth+'" height="'+fheight+'" swStretchStyle="meet" type="application/x-director" playerVersion="11" pluginspage="http://www.macromedia.com/shockwave/download/">');
	document.writeln('</embed>');
	document.writeln('</object></div>');
}else{
document.writeln('<div id="no_sw"><h2>Shockwave required</h2><p>This website requires the latest version of Adobe Shockwave to be installed.  Please <a href="http://sdc.shockwave.com/shockwave/download/">Download Shockwave from the Adobe website</a></p></div>');
}