<!-- 

if (hasRightVersion)
{  // if we've detected an acceptable version
	var oeTags = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" '
		+ 'width="100%" height="100%" '
		+ 'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab" id="calculatorB">'
		+ '<param name="movie" value="images/Vendor/Lpa/swf/index.swf" />'
		+ '<param name="loop" value="false" />'
		+ '<param name="menu" value="false" />'
		+ '<param name="quality" value="high" />'
		+ '<param name="wmode" value="transparent" />'
		+ '<embed src="images/Vendor/Lpa/swf/index.swf" loop="true" menu="false" quality="high" scale="exactfit" wmode="transparent" '
		+ 'width="100%" height="100%" align="left" '
		+ 'play="true" '
		+ 'loop="true" '
		+ 'quality="high" '
		+ 'allowScriptAccess="sameDomain" '
		+ 'type="application/x-shockwave-flash" '
		+ 'pluginspage="http://www.macromedia.com/go/getflashplayer">'
		+ '<\/embed>'
		+ '<\/object>';
	document.write(oeTags);   // embed the flash movie
}
else
{  // flash is too old or we can't detect the plugin
	var alternateContent = '<table width="700" height="370" border="0" cellpadding="0" cellspacing="0">'
//		+ '<tr><td>'
		+ '<tr><td align="left">'
		+ '<table border="0" cellpadding="0" cellspacing="0">'
		+ '<tr><td width="114">&nbsp;</td>'
		+ '<td width="98" align="left"><a href="http://www.macromedia.com/go/getflash/" target="_blank"><img src="images/Vendor/Lpa/get_flash_player.gif" width="88" height="31" border="0"></a></td>'
		+ '<td valign="top"><p style="font-size:11px; line-height:18px">This website is best viewed with the Macromedia Flash Player. <br><a href="http://www.macromedia.com/go/getflash/" style="font-size:11px; text-decoration: underline; font-weight:bold ">Please click here to install</a></p></td></tr></table>'
		+ '</td></tr></table>';
	document.write(alternateContent);  // insert non-flash content
}

// -->









