/*----------------------------------------------------------------------------
IEFLASHĐ

  Microsoft IEpXVvO KB912812 ֘ALQ
----------------------------------------------------------------------------*/
function put_swf(URL, WIDTH, HEIGHT, DIR, SUBDIR, UA) {

  if(UA == 'MacIE5') {
    document.write('<embed src="'+URL+'" FlashVars="dir='+DIR+'&amp;subdir='+SUBDIR+'" quality="high" bgcolor="#fdf9ea" width="'+WIDTH+'" height="'+HEIGHT+'" name="cnt" align="" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>');
  }
  else {
    document.write('<object data="'+URL+'" width="'+WIDTH+'" height="'+HEIGHT+'" type="application/x-shockwave-flash">');
    document.write('<param name="FlashVars" value="dir='+DIR+'&amp;subdir='+SUBDIR+'">');
    document.write('<param name="movie" value="'+URL+'" />');
    document.write('<embed src="'+URL+'" FlashVars="dir='+DIR+'&amp;subdir='+SUBDIR+'" quality="high" bgcolor="#fdf9ea" width="'+WIDTH+'" height="'+HEIGHT+'" name="cnt" align="" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>');
    document.write('</object>');
  }
}