var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
if ( plugin ) {
//	plugin = parseInt(plugin.description.substring(plugin.description.indexOf(".")-1)) >= 5;
}
else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0 
   && (navigator.userAgent.indexOf("Windows 95")>=0 || navigator.userAgent.indexOf("Windows 98")>=0 || navigator.userAgent.indexOf("Windows NT")>=0)) {
	document.writeln('<SCRIPT LANGUAGE=VBScript> ');
	document.writeln('on error resume next ');
	document.writeln('plugin = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.4")))');
	document.writeln('</SCRIP'+'T>');
}
if ( plugin ) {
	document.write('<br clear=all><OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
	document.write(' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"');
	document.write(' WIDTH=336 HEIGHT=280>');
	document.write(' <PARAM NAME=movie VALUE="http://www.reachandteach.com/content/introcivio336_2.swf">');
	document.write(' <PARAM NAME=quality VALUE=high>');
	document.write(' <EMBED src="http://www.reachandteach.com/content/introcivio336_2.swf" quality=high bgcolor=#FFFFFF  WIDTH=336 HEIGHT=280 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">');
	document.write(' </EMBED>');
	document.write('</OBJECT><br clear=all>');
} else {
        document.write('<hr><a href="https://www.reachandteach.com/store/index.php?action=item&id=1" target="_blank"><img src="http://www.reachandteach.com/content/img/civioad336_2.gif" width=336 height=280 alt="Visit Reach and Teach Store" border=0></a><hr>');
}
document.writeln('');
