/**
 *  f_uri : swf ÆÄÀÏ °æ·Î
 *  f_width : flash width size
 *  f_height : flash heigh size
 *  f_color : flash color
 */
function writeObjFlash(f_uri,f_width,f_height,f_color){
    document.write('<OBJECT width="'+f_width+'" height="'+f_height+'" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"> ');
    document.write('<PARAM NAME="movie" VALUE="'+f_uri+'"> ');
    document.write('<PARAM NAME="quality" VALUE="high"> ');
    document.write('<PARAM NAME="bgcolor" VALUE="'+f_color+'"> ');
    document.write('<PARAM NAME="menu" VALUE="false"> ');
    document.write('<EMBED src="'+f_uri+'" width="'+f_width+'" height="'+f_height+'" bgColor="'+f_color+'" quality="high" menu="false" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"> ');
    document.write('</EMBED> ');
    document.write('</OBJECT> ');
}

/**
 *  t_uri : swf ÆÄÀÏ °æ·Î
 *  t_width : flash width size
 *  t_height : flash heigh size
 */
function writeObjFlashTr(t_uri,t_width,t_height){
    document.write('<OBJECT width="'+t_width+'" height="'+t_height+'" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"> ');
    document.write('<PARAM NAME="movie" VALUE="'+t_uri+'"> ');
    document.write('<PARAM NAME="quality" VALUE="high"> ');
    document.write('<PARAM NAME="wmode" VALUE="transparent"> ');
    document.write('<PARAM NAME="menu" VALUE="false"> ');
    document.write('<EMBED src="'+t_uri+'" width="'+t_width+'" height="'+t_height+'" wmode="transparent" quality="high" menu="false" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"> ');
    document.write('</EMBED> ');
    document.write('</OBJECT> ');

    if (t_uri.indexOf("quick.swf") != -1) {
	document.write ("<div style='margin-top:5px'><a href=/library/openday.html><img src=/images/main-r.jpg border=0></a></div>");
	document.write ("<div style='margin-top:5px'><a href=http://www.jpf.or.kr/news/news/200910/20091015000002.html><img src=/images/banner_jlpt.jpg border=0></a></div>");   }
}
