
function flash(ind){
  document.write ("<object id=\"intro_a\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\" width=\"920\" height=\"200\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\">");
  document.write ("<param name=\"movie\" value=\"img/home_" + ind + ".swf\"/>");
  document.write ("<param name=\"src\" value=\"/img/home_" + ind + ".swf\"/>");
  document.write ("<param name=\"menu\" value=\"false\"/>");
  document.write ("<param name=\"play\" value=\"-1\"/>");
  document.write ("<param name=\"loop\" value=\"-1\"/>");
  document.write ("<param name=\"quality\" value=\"high\"/>");
  document.write ("<param name=\"wmode\" value=\"transparent\"/>");
  document.write ("<embed src=\"/img/home_" + ind + ".swf\" quality=\"high\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" wmode=\"transparent\" width=\"920\" height=\"200\"></embed>");
  document.write ("</object>");
}


