function header(){
   document.write('<object style="display:block;" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="835" height="193">\n');
   document.write('<param name="movie" value="flash/header.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<param name="scale" value="noborder" />\n');
   document.write('<param name="wmode" value="transparent" />\n');
   document.write('<embed src="flash/header.swf" wmode="transparent" quality="high" width="835" height="193"></embed>\n');
   document.write('</object>\n');
}

function index(){
   document.write('<object style="display:block;" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="180" height="400">\n');
   document.write('<param name="movie" value="flash/index.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<param name="scale" value="noborder" />\n');
   document.write('<param name="wmode" value="transparent" />\n');
   document.write('<embed src="flash/index.swf" wmode="transparent" quality="high" width="180" height="400"></embed>\n');
   document.write('</object>\n');
}
