//	2006. 3.10 °­¿¬¿ì : 2006. 4 ¿ù IE ÆÐÄ¡¿¡ µû¸¥ Á¶Ä¡·Î Flash ¸¦ ÀÚ¹Ù½ºÅ©¸³Æ®¿¡¼­ ÇØÁÜ

function flashEmbedTag( argURL, argWidth, argHeight )  {
	document.writeln( "<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='" + argWidth + "' height='" + argHeight + "'>" );
	document.writeln( "<param name='movie' value='" + argURL + "'>" );
	document.writeln( "<param name='quality' value='high'>" );
	document.writeln( "<embed src='" + argURL + "' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='" + argWidth + "' height='" + argHeight + "'></embed></object>" );
}

function flashEduSpa_DownBtn()  {
			document.writeln("<object id='EduSpa_DownBtn'");
			document.writeln("classid='CLSID:390BEFC2-F54C-42B6-BAB4-679D1D323ED2'");
//			document.writeln("codebase='http://pmpdnld.eduspa.com:8181/eduspa/DownBtn.cab#version=1,0,0,7'");
//			document.writeln("codebase='http://pmpdnld.eduspa.com/eduspa/DownBtn_060719.cab#version=1,0,0,8'");
			document.writeln("codebase='http://pmpdnld.eduspa.com/eduspa/DownBtn_070515.cab#version=1,0,704,2617'");
			document.writeln("width='88'");
			document.writeln("height='21'>");
			document.writeln("</object>");
}

function flashEmbedTagTrans( argURL, argWidth, argHeight )  {
	document.writeln( "<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='" + argWidth + "' height='" + argHeight + "'>" );
	document.writeln( "<param name='wmode' value='transparent'>");
	document.writeln( "<param name='movie' value='" + argURL + "'>" );
	document.writeln( "<param name='quality' value='high'>" );
	document.writeln( "<embed src='" + argURL + "' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='" + argWidth + "' height='" + argHeight + "'></embed></object>" );
}

function flexEmbedTag( argURL, argWidth, argHeight )  {
document.writeln( "<object id='datechoose' classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\" width='" + argWidth + "' height='" + argHeight + "'>" );
	document.writeln( "<param name='movie' value='" + argURL + "'>" );
	document.writeln( "<param name='quality' value='high'>" );
	document.writeln( "<param name='allowScriptAccess' value='always'>" );
	document.writeln( "<embed src='" + argURL + "' quality='high' pluginspage='http://www.adobe.com/go/getflashplayer' type='application/x-shockwave-flash' width='" + argWidth + "' height='" + argHeight + "' allowScriptAccess='always' name='datechoose' play='true' loop='false'></embed></object>" );
}

// 2008.09.17 RYU ÀÌ¹ÌÁö ¸µÅ© Á¡¼±Å×µÎ¸® ¾ø¾Ö±â
function autoBlur(){
	if(event.srcElement.tagName=="A" || event.srcElement.tagName=="IMG")
		document.body.focus();
}
document.onfocusin=autoBlur;