function bluring() { 
	if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG") document.body.focus(); 
}

document.onfocusin=bluring;

function chIframeHeight(idname){	//find the height of the internal page	var the_height=document.getElementById(idname).contentWindow.document.body.scrollHeight;	//change the height of the iframe	document.getElementById(idname).style.height = the_height;}

function flashout(f_filename,f_width,f_height) {
	document.writeln("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0\" width=\"" + f_width + "\" height=\"" + f_height + "\"><param name=\"movie\" value=\"" + f_filename + "\"><param name=\"quality\" value=\"high\"><param name=\"wmode\" value=\"transparent\"><embed src=\"" + f_filename + "\" quality=\"high\" pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\" type=\"application/x-shockwave-flash\" width=\"" + f_width + "\" height=\"" + f_height + "\"></embed></object>");
}/*##################### Å¬¸³º¸µå º¹»çÇÏ±â###################*/function copy(objText){	objText.select();	document.execCommand("Copy");}/*##################### ÇÃ·¡½¬ °ü·Ã ¿¢Æ¼ºê x###################*/function setFlash(src, w, h) {	var Flash_html = "";	Flash_html += '<object type="application/x-shockwave-flash" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" id="param" width="'+w+'" height="'+h+'">';	Flash_html += '<param name="movie" value="'+src+'">';	Flash_html += '<param name="quality" value="high">';	Flash_html += '<param name="wmode" value="transparent">';	Flash_html += '<param name="swliveconnect" value="true">';	Flash_html += '<embed src="'+src+'" quality=high bgcolor="#ffffff" width="'+w+'" height="'+h+'" swliveconnect="true" id="param" name="param" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"><\/embed>';	Flash_html += '</object>';	document.write(Flash_html);}function setMedia(src, Ow, Oh, Pw, Ph) { //object width, height, param width, height  //µ¿¿µ»óÆÄÀÏ	var Media_html = "";	Media_html += '<OBJECT id=MPlay1 codeBase=http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701 ';    Media_html += '    type=application/x-oleobject height='+Oh+'';    Media_html += '    standby="Loading Microsoft Windows Media Player components..." width='+Ow+' ';    Media_html += '    classid=CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95>';    Media_html += '   <PARAM NAME="Width" VALUE="'+Pw+'">';    Media_html += '   <PARAM NAME="Height" VALUE="'+Ph+'">';    Media_html += '   <PARAM NAME="FileName" VALUE="'+src+'">';    Media_html += '   <PARAM NAME="Volume" VALUE="10">';    Media_html += '   <PARAM NAME="AnimationatStart" VALUE="1">';    Media_html += '   <PARAM NAME="AutoSize" VALUE="0">';	Media_html += '   <PARAM NAME="TransparentatStart" VALUE="1">';    Media_html += '   <PARAM NAME="ControlType" VALUE="1">';	Media_html += '   <PARAM NAME="EnableContextMenu" VALUE="0">';    Media_html += '   <PARAM NAME="EnablePositionControls" VALUE="0">';    Media_html += '   <PARAM NAME="ShowTracker" VALUE="1">';    Media_html += '   <PARAM NAME="AutoStart" VALUE="1">';    Media_html += '   <PARAM NAME="ShowControls" VALUE="0">';    Media_html += '   <PARAM NAME="ClickToPlay" VALUE="1">';	Media_html += '   <param name="PlayCount" value="">';    Media_html += '   </OBJECT>';	document.write(Media_html);}

//¿À¸¥ÂÊ ¿µ¿ª
/*markW = 170; // ÀÌ¹ÌÁö Æø(ÇÈ¼¿)markH = 190; // ÀÌ¹ÌÁö ³ôÀÌ(ÇÈ¼¿)posX = 820; // ¿ÞÂÊ ¿©¹é ºñÀ²posY = 266; // »ó´Ü ¿©¹é ºñÀ²markRefresh = 10; // ¸®ÇÁ·¹½¬ ½Ã°£(¹Ð¸®¼¼ÄÁÁî)var wMark=document.getElementById("mainRight").style;function setVals() {	wMark.width = markW;	wMark.height = markH;}function wRefresh() {	wMark.left = posX + (document.body.scrollLeft);	wMark.top = posY + (document.body.scrollTop);}function markMe() {	setVals();	window.onresize=setVals;	markID = setInterval ("wRefresh()",markRefresh);}window.onload=markMe;*/document.domain="etude.co.kr";