//////////////////////////
// Site Link
//////////////////////////

function GoMenu(name) {
	var site = eval(name);
    if (site[0] == "") {
    alert("¼­ºñ½º ÁØºñÁßÀÔ´Ï´Ù.");
    return;    
    } else {
		switch (site[1]) {
			case "_self" :
				
				//=================================================
				//
				//2008-03-16 ±è¿øÅÂ ¼öÁ¤
				//°¡²û ¿À·ù°¡ ¹ß»ýÇÔ.
				//º¯°æÀü
				//------------------------------------------------
				//if (opener)
				//	opener.document.location.href = site[0];
				//else
				//	document.location.href = site[0];
				//------------------------------------------------
				//º¯°æÈÄ
				//------------------------------------------------
				var suburl = '/gsam';
				document.location.href = suburl+site[0];
				//------------------------------------------------
				//
				//=================================================
				
				break;
			case "_blank" :
				window.open(site[0],'_blank');
				break;
			case "popup" :
				window.open(site[0],'','width='+site[2]+',height='+site[3]+',left=0,top=0,toolbar='+site[5]+',scrollbars='+site[4]+',resizable='+site[6]);
				break;
			default :
				alert("¸µÅ©¿À·ù");
		}
	}
}

// home
home = new Array("/index.jsp","_self");	// HOME

// main
//	contactus = new Array("mailto:@.com","_blank"); // Contact US
sitemap = new Array("/cominfo/site_map.jsp",'_self');

// Sub Link
fundinfo = new Array("/fund/fund_list.do",'_self');
fundinfo01 = new Array("/fund/fund_list.do",'_self');
fundinfo0101 = new Array("/fund/fund_list.do",'_self');
fundinfo0102 = new Array("/fund/fund_list.do",'_self');
fundinfo02 = new Array("/history/history_list.do",'_self');
fundinfo03 = new Array("/notice/notice_list.do?cls=com",'_self');

notice = new Array("/notice/notice_list.do?cls=all",'_self');
notice01 = new Array("/notice/notice_list.do?cls=all",'_self');
notice02 = new Array("/notice/notice_list.do?cls=biz",'_self');
notice03 = new Array("/notice/notice_list.do?cls=fnd",'_self');
notice04 = new Array("/notice/notice_list.do?cls=etc",'_self');

cominfo = new Array("/cominfo/com_info.jsp",'_self');
cominfo01 = new Array("/cominfo/com_info.jsp",'_self');
cominfo02 = new Array("/cominfo/com_hist.jsp",'_self');
cominfo03 = new Array("/cominfo/com_contus.jsp",'_self');

contactus = new Array("/cominfo/com_contus.jsp",'_self');