// JavaScript Document
//--- Fix for Active Content with the new update of Internet Explorer.
//--- Flash for the home page.
function displayFlash()
{
	document.write('<OBJECT codeBase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0 height=40 width=500 classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000>\n');
	document.write('<PARAM NAME="movie" VALUE="home_header.swf"><PARAM NAME="quality" VALUE="high">\n');
	document.write('<embed src="home_header.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="500" height="40">\n');
	document.write('</embed>\n');
	document.write('</OBJECT>');
}