/****** menu ¸µÅ© *****************/
 
function home() { location.href = ""; }
function nori() { window.open("http://www.khoa.go.kr/");}
function mail() { location.href = "mailto:master@nori.go.kr"; }
function eng() { location.href = "eng"; }
function m_banner1() { location.href = "/open_content/introduce/introduction.asp"; }
function m_banner2() { location.href = "/open_content/introduce/heliport.asp"; }
function m_banner3() { location.href = "/open_content/equipment/"; }
/******1Â÷ ¸µÅ© *****************/
function menu1() { location.href = "/open_content/introduce/"; }
function menu2() { location.href = "/open_content/observation/"; }
function menu3() { location.href = "/open_content/equipment/"; }
function menu4() { location.href = "/open_content/notice/"; }
 
 
/****** °úÇÐ±âÁö ¸µÅ© *****************/
function menu1sub1() { location.href = "/open_content/introduce/"; }
function menu1sub2() { location.href = "/open_content/introduce/introduction.asp"; }
function menu1sub3() { location.href = "/open_content/introduce/position.asp"; }
function menu1sub4() { location.href = "/open_content/introduce/history.asp"; }
function menu1sub5() { location.href = "/open_content/introduce/structure.asp"; }
function menu1sub6() { location.href = "/open_content/introduce/heliport.asp"; }
 
/****** °üÃøÀÚ·á¼­ºñ½º *****************/
function menu2sub1() { location.href = "/open_content/observation/"; }
function menu2sub2() { location.href = "/open_content/observation/data.asp"; }
function menu2sub3() { location.href = "/open_content/observation/search.asp"; }
function menu2sub4() { location.href = "/open_content/observation/video.asp"; }
 
/****** ÁÖ¿ä°üÃøÀåºñ *****************/
function menu3sub1() { location.href = "/open_content/equipment/"; }
function menu3sub2() { location.href = "/open_content/equipment/meteorological.asp"; }
function menu3sub3() { location.href = "/open_content/equipment/environment.asp"; }
function menu3sub4() { location.href = "/open_content/equipment/structure.asp"; }
function menu3sub5() { location.href = "/open_content/equipment/structure.asp"; }
 
/****** ±âÁö¼Ò½Ä *****************/
function menu4sub1() { location.href = "/open_content/notice/"; }
function menu4sub2() { location.href = "/open_content/notice/data.asp"; }
function menu4sub3() { location.href = "/open_content/notice/video.asp"; }


var arr_rm = new Array();
	arr_rm[0] = "realdata01";
	arr_rm[1] = "realdata02";
	arr_rm[2] = "realdata03";

var arr_im = new Array();
	arr_im[0] = "btn01";
	arr_im[1] = "btn02";
	arr_im[2] = "btn03";

var arr_imgb = new Array();
	arr_imgb[0] = "/images/m_cate_menu02b.gif";
	arr_imgb[1] = "/images/m_cate_menu01b.gif";
	arr_imgb[2] = "/images/m_cate_menu03b.gif";

var arr_img = new Array();
	arr_img[0] = "/images/m_cate_menu02.gif";
	arr_img[1] = "/images/m_cate_menu01.gif";
	arr_img[2] = "/images/m_cate_menu03.gif";

function realdata_select(val) 
{

	for(m=0;m<arr_rm.length;m++)
	{
	
		if(val == m){
			document.getElementById(arr_im[m]).src = arr_imgb[m];
			document.getElementById(arr_rm[m]).style.display = "block";
		}else{
			document.getElementById(arr_im[m]).src = arr_img[m];
			document.getElementById(arr_rm[m]).style.display = "none";
		}
	
	}


}

function window_exit()
{

	window.close();

}


function MM_openBrWindow(theURL,winName,features) 
{ //v2.0

  window.open(theURL,winName,features);

}
