// JavaScript Document
function headerflash()
	{
		document.write('<OBJECT height=145 width=591 codebase="../download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0/#version=6,0,29,0/#version=6,0,29,0/#version=6,0,29,0/default.htm" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">\n');
		document.write('<PARAM NAME="movie" VALUE="files/bannerflash.swf">\n');
		document.write('<PARAM NAME="quality" VALUE="high">\n');
		document.write('<param name="wmode" value="transparent" />\n');
		document.write('<embed src="files/bannerflash.swf" quality=high pluginspage="../www.macromedia.com/shockwave/download/index.cgi@p1_prod_version=shockwaveflash" type="application/x-shockwave-flash" width="572" height="146">\n');
		document.write('</embed>\n');
		document.write('</object>\n');
	}