// this is a page to help with flash objects and errors with IE.

// this is the function that helps with the main chooser page.
function placeMainChooser()
{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="90%" height="90%" id="msai_tester" align="center">');
	document.write('<param name="movie" value="msai_tester.swf">');
	document.write('<param name="quality" value="high">');
	document.write('<param name="bgcolor" value="#FFFFFF">');
	document.write('<embed src="msai_tester.swf" quality="high"	bgcolor="#FFFFFF" width="90%" height="90%" name="msai_tester" align="center" type="application/x-shockwave-flash" pluginspage="https://www.macromedia.com/go/getflashplayer"></embed>');
	document.write('</object>');
}

// this is the function to help with the .com navigation.
function placeDotComNav()
{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="750" height="125">');
	document.write('<param name="movie" value="web/images/radio_nav.swf?menu=baseroot">');
	document.write('<param name="quality" value="high">');
	document.write('<embed src="web/images/radio_nav.swf?menu=baseroot" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="750" height="125"></embed>');
	document.write('</object>');
}