// englishEmbed.js JavaScript Document
var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
if(hasRightVersion) {  // if we've detected an acceptable version
// englishEmbed.js JavaScript Document

	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="900" height="700" id="flashObj" align="middle">')
	document.write('<param name="allowScriptAccess" value="always" />') 
	document.write('<param name="movie" value="josplumbing_esp_v6.swf" />') 
	document.write('<param name="loop" value="false" />')
	document.write('<param name="quality" value="high" />')
	document.write('<param name="scale" value="exactfit" >')
	document.write('<param name="bgcolor" value="#000000" />')
	document.write('<embed src="josplumbing_esp_v6.swf" loop="false" quality="high" bgcolor="#000000" width="900" height="700" name="flashObj" align="middle" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />')
	document.write('</OBJECT>')
	
} else {
var oeTags = '<div id="iframe2"><iframe src="noFlash.html" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" width="900" height="700"></iframe></div>'
	document.write(oeTags);   // embed the flash movie
}