

<!--
function golink() {
	window.external.AddFavorite('http://www.inheritance.co.kr',' ¾ö°æÃµº¯È£»ç(»ó¼Ó)');
}
//-->


function autoBlur(){ 
  if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG") 
  document.body.focus(); 
} 
  document.onfocusin=autoBlur; 
  
<!--// popupMsg
function MM_popupMsg(msg) { //v1.0
  alert(msg);
}
//-->

<!--// playflash
function playflash(file,width,height,bgcolor,quality,name){
        document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="'+width+'" height="'+height+'" id="'+name+'">');  //ÇÃ·¡½¬ÇÃ·¹ÀÌ¾î ¹öÀüÀÌ ÀÌÀü¹öÀüÀÏ°æ¿ì ¹öÀü 8À» º¯°æ
        document.write('<param name="movie" value="'+file+'" />');
        document.write('<param name="quality" value="'+quality+'" />');
        document.write('<param name="wmode" value="transparent" />');  //Åõ¸íÇÃ·¡½¬°¡ ¾Æ´Ò°æ¿ì ÀÌ ¶óÀÎÀ» »èÁ¦
        document.write('<param name="bgcolor" value="'+bgcolor+'" />');
        document.write('<embed src="'+file+'" quality="'+quality+'" wmode="transparent" bgcolor="'+bgcolor+'" width="'+width+'" height="'+height+'" name="'+name+'" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
        document.write('</object>')
}
//-->

//·¹ÀÌ¾î °¡¿îµ¥·Î ½ÃÀÛ
/*
function inittapmenu()
{
  floatingBanner("tapmenu", 60, 350);
}

function floatingBanner(objname, posX, posY)
{
  var obj = getRef(objname);
  obj.style.top = document.body.scrollTop + posY;
  obj.style.visibility = "visible";
  obj.style.setExpression("left", "calXBanner(" + posX + ")", "javascript");
  window.setInterval("calYBanner('" + objname +"', " + posY + ")", 10);
}

function calXBanner(posX)
{
  var edge = (document.body.clientWidth - 960) / 2;
  if( edge < 0 ) edge = 5;
  return posX + edge;
}

<!-- ·¹ÀÌ¾î¸¦ °íÁ¤ÇÏ´Â ½ºÅ©¸³Æ® ½ÃÀÛ --------------------------->
var isDOM = (document.getElementById ? true : false);
var isIE4 = ((document.all && !isDOM) ? true : false);
var isNS4 = (document.layers ? true : false);

function getRef(id) {
  if (isDOM) return document.getElementById(id);
  if (isIE4) return document.all[id];
  if (isNS4) return document.layers[id];
}

var isNS = navigator.appName == "Netscape";
<!-- ·¹ÀÌ¾î¸¦ °íÁ¤ÇÏ´Â ½ºÅ©¸³Æ® Á¾·á --------------------------->
<!--  ·¹ÀÌ¾î ³¡ ------------------------------------------------>
inittapmenu();
//·¹ÀÌ¾î °¡¿îµ¥·Î ³¡
*/
