// this page is to help with a problem with IE and flash.

// this is the function to help place the main navigation.
function placeMainNav()
{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="750" height="125">');
	document.write('<param name="movie" value="images/radio_nav.swf?menu=webroot">');
	document.write('<param name="quality" value="high">');
	document.write('<embed src="images/radio_nav.swf?menu=webroot" quality="high" pluginspage="https://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="750" height="125"></embed>');
	document.write('</object>');
}

// this is for the colorad map.
function placeCOMap()
{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="550" height="400">');
	document.write('<param name="movie" value="images/colorado_maps.swf">');
	document.write('<param name="quality" value="high">');
	document.write('<embed src="images/colorado_maps.swf" quality="high" pluginspage="https://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="550" height="400"></embed>');
	document.write('</object>');
}

// this is for the loan calculator.
function placeLoanCalc()
{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="550" height="400">');
	document.write('<param name="movie" value="images/loan.swf">');
	document.write('<param name="quality" value="high">');
	document.write('<embed src="images/loan.swf" quality="high" pluginspage="https://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="550" height="400"></embed>');
	document.write(' </object>');
}

// this is for the animated logo.
function placeAnimatedLogo()
{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="350" height="275">');
	document.write('<param name="movie" value="images/animated_logo.swf">');
	document.write('<param name="quality" value="high">');
	document.write('<embed src="images/animated_logo.swf" quality="high" pluginspage="https://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="350" height="275"></embed>');
	document.write('</object>');
}

// this is for the texas maps.
function placeTXMap()
{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="550" height="400">');
	document.write('<param name="movie" value="images/texas_maps.swf">');
	document.write('<param name="quality" value="high">');
	document.write('<embed src="images/texas_maps.swf" quality="high" pluginspage="https://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="550" height="400"></embed>');
	document.write('</object>');
}