
function headerFlash () {

	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="550" height="81">');
    document.write('  <param name="movie" value="index_flash/EC_header.swf" />');
//    document.write('  <param name="movie" value="index_flash/EC_header.swf" />');
    document.write('  <param name="movie" value="index_flash/EC_header.swf" />');
    document.write('  <param name="quality" value="high" />');
    document.write('  <embed src="index_flash/EC_header.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="550" height="81"></embed>');
    document.write('  </object>');

}
    

function mainFlash () {

	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="775" height="273">');
    document.write('  <param name="movie" value="index_flash/EC_body.swf" />');
    document.write('  <param name="quality" value="high" />');
    document.write('  <embed src="index_flash/EC_body.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="775" height="273"></embed>');
    document.write('</object>');
    
}

function flashLanguage () {

	document.write('<p><i style="font-size:10px;">This page has elements that require flash. ');
	document.write('<b><a href="http://www.macromedia.com/go/getflash/" targhet="_off">Get Flash</a></b></i>');	
	
}