function bluring(){ 
if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG")
	document.body.focus(); 
} 
document.onfocusin=bluring; 
function show_object(src, width, 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="' + width + '" height="' + height + '"><param name="movie" value="' + src + '"><param name="quality" value="high"><embed src="' + src + '" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="' + width + '" height="' + height + '"></embed></object>');
}

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

function show_embed(src, width, height) {
	document.write('<embed src="' + src + '" width="' + width + '" height="' + height + '"></embed>');
}
var contextmenu_message = "º» »çÀÌÆ®ÀÇ ³»¿ë ¹× ÀúÀÛ±ÇÀº\nÁö½Ä³ª¶óÀÇ º¸È£¸¦ ¹Þ½À´Ï´Ù.\n¹«´Üµµ¿ë½Ã ¹Î/Çü»ç»óÀÇ Ã¥ÀÓÀ» Áö¼Å¾ß ÇÕ´Ï´Ù.";

