<!-- ÆË¾÷ °ü·Ã -->

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


<!-- ¸µÅ© Á¡¼± ¾È³ª¿À°Ô ÇÏ´Â ¹æ¹ý : //INPUT, IMG, A Ã³·³ Æ¯Á¤ ÅÂ±×¸¦ °è¼Ó Ãß°¡½ÃÅ³ ¼ö ÀÖ½À´Ï´Ù. -->

	function bluring(){
	if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG") 
	document.body.focus();
	}
	document.onfocusin=bluring;	
		
	
/////   sitemap view ½ÃÀÛ  ///////////////////////////////////////////////////////////////////	

  <!--·¹ÀÌ¾î º¸ÀÌ°í ¾Èº¸ÀÌ°í -->	
	
	function sitemapshow() {
        if (document.getElementById("sitemap").style.display == "none"){
            document.getElementById("sitemap").style.display = "";
        }else{
            document.getElementById("sitemap").style.display = "none";
        }   
    }

	
/////   sitemap view ³¡  ///////////////////////////////////////////////////////////////////		
