 // ÀÌ¹ÌÁö blurÃ³¸®
function bluring(){ 
if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG") document.body.focus(); 
} 
//document.onfocusin=bluring; Ä«Å×°í¸®°í¸£±â (selectbox) submitÇÒ¶§ ¿¡·¯³ª¼­ ÁÖ¼®Ã³¸®ÇÔ 20070131


//-- ÀÏ¹ÝÀûÀ¸·Î ´Ü¼øÇÑ ÇÃ·¡½¬ ÀÏ °æ¿ì

function swfView(width, height, url, fvalues, idname){
	document.write("<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' ");
	document.write("codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' ");
	if(idname != ""){
		document.write("id='"+idname+"' ");
	}
	document.write("width='"+width+"' height='"+height+"' align='middle'>");
	document.write("<param name='allowScriptAccess' value='always' /> ");
	document.write("<param name='movie' value='"+url+"' /> ");
	document.write("<param name='quality' value='high' /> ");
	document.write("<param name='allowFullScreen'	value='true' />	");	
	document.write("<param name='wmode' value='transparent'> ");
	document.write("<param name='flashVars' value='"+fvalues+"'/> ");  
	document.write("<embed src='"+url+"' quality='high' width='"+width+"' height='"+height+"' allowFullScreen='true' align='middle' wmode='transparent' ");
	if(idname != ""){
		document.write("id='"+idname+"' ");
	}
	document.write("allowScriptAccess='always' swfLiveConnect=true type='application/x-shockwave-flash' ");
	document.write("pluginspage='http://www.macromedia.com/go/getflashplayer' />");
	document.write("</object>");
}

function MM_showHideLayers() { //v9.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) 
  with (document) if (getElementById && ((obj=getElementById(args[i]))!=null)) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}
