//IE º¯°æ¿¡ µû¸¥ »óÈ£ÀÛ¿ë ÄÁÆ®·Ñ °ü·Ã
function ShowFlash(strMediaURL,obj_width,obj_height)
{                                              

document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="' + obj_width + '" height="' + obj_height + '">   ');
document.write('        <param name="movie" value="' + strMediaURL + '">                                                                                                                                       ');
document.write('        <param name="quality" value="high">                                                                                                                                              ');
document.write('        <param name="wmode" value="transparent" />                                                                                                                                             ');
document.write('        <embed src="' + strMediaURL + '" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+ obj_width + '" height="' + obj_height + '"></embed>       ');
document.write('      </object>                                                                                                                                                                          ');
}
//***********************************



//AMS °ü·Ã ½ºÅ©¸³Æ® ½ÃÀÛ!

function mms_open_window(name, url, left, top, width, height)
{
  width = width + 20;
  window.open(url, name, 'left='+left+',top='+top+',width='+width+',height='+height+',toolbar=no,menubar=no,status=no,scrollbars=yes,resizable=no');
}

//AMS °ü·Ã ½ºÅ©¸³Æ® ³¡!