//#################################################################################################### flash画像をインクルードする
function includeFlash01() {
  document.write('<object data="http://www.tanakakensetu-f.jp/public/images/top/corporate_image_movie.swf" type="application/x-shockwave-flash" width="800" height="300">');
  document.write('<param name="movie" value="http://www.tanakakensetu-f.jp/public/images/top/corporate_image_movie.swf" />');
  document.write('</object>');
}
function includeFlash02() {
  document.write('<object data="http://www.tanakakensetu-f.jp/public/images/complete_home/top/complete_home_image_movie.swf" type="application/x-shockwave-flash" width="610" height="300">');
  document.write('<param name="movie" value="http://www.tanakakensetu-f.jp/public/images/complete_home/top/complete_home_image_movie.swf" />');
  document.write('</object>');
}


