<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


//¿ÞÂÊ ÇÃ·¡½¬ µð·º¼Ç//
function openWinmenu01(){
	window.open('http://tour.gongju.go.kr/kor/index.php');
}

function openWinmenu02(){
	window.open('http://www.jangonehanja.co.kr/hanja.asp');
}

function openWinmenu03(){
	window.open('http://www.nol2i.com');
}



/*function openWin(){
    open('../kkee_service/d_season.html','','fullscreen=1');
}

function openWincatalog(){
	MM_openBrWindow('../kkee_service/sybercatalog_main.html','','width=740,height=480, left=0 scrollbars=no, top');
 open('./htm/e_catalog/e_catalog.htm','','fullscreen=1');
}

function openDirectWin(direction){
	if(direction == 'request_board'){
		MM_openBrWindow('../../htm/requestboard/request_board.jsp','','width=718,height=550, left=0 scrollbars=yes, top');
	}
	if(direction == 'd_season'){
		open('../../htm/d_season/d_season.htm','','fullscreen=1');
	}
	if(direction == 'extranet'){
		open('../../htm/extranet/extranet.jsp');
	}
	if(direction == 'webmail'){
		MM_openBrWindow('../../htm/webmail/webmail_input.jsp','','width=480,height=350, left=0, top');
	}
	if(direction == 'ecatalog'){
		open('../../htm/e_catalog/e_catalog.htm','', 'fullscreen=1');
	}
}*/



//-->
