/*
 * (C)Copyright 2004 - 2006 Core Interfaces, Inc.
 *
 * Last Modified by J.H. Lee
 */

/* °¢»çÀÌÆ® ¼Ò°³¹®±¸. */

document.write("<OBJECT classid='clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95' id='Infoplayer' name='Infoplayer' CODEBASE='http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715' type='application/x-oleobject' standby='Loading Microsoft Media Player components...' width=0 height=0 style='display:none'>");
document.write("<param name='AutoStart' value='false'>");
document.write("<param name='hidden' value='ture'>");
document.write("<param name='TransparentAtStart' value='false'>");
document.write("<param name='ShowControls' value='0'>");
document.write("<param name='ShowDisplay' value='0'>");
document.write("<param name='ShowStatusBar' value='0'>");
document.write("<param name='AutoSize' value='0'>");
document.write("<param name='AnimationAtStart' value='false'>");
document.write("<param name='FileName' value='/SeoguPortal/js/tts/info.wma'>");
document.write("À½¼º¾È³»");
document.write("</object>");

/* Ã¹ÆäÀÌÁöÀÇ onload ÀÌº¥Æ®¿¡ »ðÀÔÇØ¼­ ¾È³»¸àÆ® Ãâ·ÂÇÑ´Ù */
function f_intro()
{  
  //alert("");
  document.getElementById('Infoplayer').play();
}
