function ieFixLayer(){
  	document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='700px' height='600px'>\n");
    document.write("<param name='movie' value='flashs/layer.swf'>\n");
    document.write("<param name='quality' value='high'>\n");
	  document.write("<param name='wmode' value='transparent' />\n");
    document.write("<embed src='flashs/layer.swf' wmode='transparent' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='700px' height='600px'></embed>\n");
  document.write("</object>");
}

function ieFixHeader(){
document.write ('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="759" height="269">\n');
document.write('<param name="movie" value="flashs/header_flash.swf">\n');
document.write('<param name="quality" value="high">\n');
document.write('<param name="wmode" value="transparent">\n');
document.write('<embed src="flashs/header_flash.swf"  quality="high" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="759" height="269"></embed>\n');
document.write('</object>')
}