function FlashCode() {
  document.write('<object type="application/x-shockwave-flash" data="fej.swf" width="320" height="20">\n');
  document.write('<param name="movie" value="fej.swf" />\n');
  document.write('<param name="quality" value="high">\n');
  document.write('</object>\n');
}

function FlashCodeAkcio() {
  document.write('<object type="application/x-shockwave-flash" data="akcio.swf" width="150" height="30">\n');
  document.write('<param name="movie" value="akcio.swf" />\n');
  document.write('<param name="quality" value="high">\n');
  document.write('</object>\n');
}

