
   // IE6.0 ÀÏ °æ¿ì  Äü¸Ê È£Ãâ
	function JsQuickMap() {
	    var brVer = navigator.userAgent;
	
	    //if ( -1 != brVer.indexOf("MSIE 6.0") ) {
	        window.open('/kor/dir_tree/index.html', '_search');
			
	    //} else {
	    // alert("ÇØ´ç ±â´ÉÀº Internet Explorer 6.0  ¿¡¼­¸¸ ÀÌ¿ëÇÏ½Ç ¼ö ÀÖ½À´Ï´Ù.");
	    //}
	}
