function s1(a,b,c) {
  text = "<object codebase=\"http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0\" height=\"" + b + "\" width=\"" + c + "\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\">\r\n";
  text+= "<param value=\"http://www.promco.net/site/img/" + a + ".swf\" name=\"movie\" />\r\n";
  text+= "<param value=\"true\" name=\"play\" />\r\n";
  text+= "<param value=\"true\" name=\"loop\" />\r\n";
  text+= "<param value=\"transparent\" name=\"wmode\" />\r\n";
  text+= "<param value=\"high\" name=\"quality\" />\r\n";
  text+= "<param value=\"BASE=http://www.promco.net/\" name=\"flashvars\" />\r\n";
  text+= "<!--[if !IE]>-->\r\n";
  text+= "<object type=\"application/x-shockwave-flash\" data=\"http://www.promco.net/site/img/" + a + ".swf\" width=\"" + c + "\" height=\"" + b + "\">\r\n";
  text+= "<param name=\"movie\" value=\"http://www.promco.net/site/img/" + a + ".swf\" />\r\n";
  text+= "<param name=\"quality\" value=\"high\" />\r\n";
  text+= "<param name=\"play\" value=\"true\" />\r\n";
  text+= "<param name=\"loop\" value=\"true\" />\r\n";
  text+= "<param name=\"wmode\" value=\"transparent\" />\r\n";
  text+= "<param name=\"scale\" value=\"showall\" />\r\n";
  text+= "<param name=\"menu\" value=\"true\" />\r\n";
  text+= "<param name=\"devicefont\" value=\"false\" />\r\n";
  text+= "<param name=\"salign\" value=\"\" />\r\n";
  text+= "<param name=\"allowScriptAccess\" value=\"sameDomain\" />\r\n";
  text+= "<!--<![endif]-->\r\n";
  text+= "<!--[if !IE]>-->\r\n";
  text+= "</object>\r\n";
  text+= "<!--<![endif]-->\r\n";
  text+= "</object>\r\n";

  document.write(text);
  return true;

}
