<!-- 

if (hasRightVersion)
{  // if we've detected an acceptable version
	var oeTags = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" '
		+ 'width="721" height="482" '
		+ 'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab" id="calculatorB">'
		+ '<param name="movie" value="swf/Home_January_2010.swf" />'
		+ '<param name="loop" value="false" />'
		+ '<param name="menu" value="false" />'
		+ '<param name="quality" value="high" />'
		+ '<param name="scale" value="noborder" />'
		+ '<param name="wmode" value="transparent" />'
		+ '<embed src="swf/Home_January_2010.swf" loop="true" menu="false" quality="high" scale="noborder" wmode="transparent" '
		+ 'width="721" height="482" name="calculatorB" id="calculatorB" align="middle" '
		+ '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="563" height="370" border="0" cellpadding="0" cellspacing="0">'
		+ '<tr><td>'
//		+ '<tr><td background="images/flash_alt_export.gif">'
		+ '<table width="90%" border="0" cellpadding="0" cellspacing="0">'
		+ '<tr><td width="130" align="right"><p style="font-size:14px; line-height:20px"><a href="http://www.macromedia.com/go/getflash/" target="_blank"><img src="images/get_flash_player.gif" width="88" height="31" border="0"></a></p></td>'
		+ '<td valign="top"><p style="font-size:12px; line-height:18px">The BG Architecture website requires the Macromedia Flash Player. <a href="http://www.macromedia.com/go/getflash/" style="font-size:12px; 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
}

// -->










