var urls = new Array();
urls[0] = ["http://www.hanaw.com/index.html"];

function pop(url, name){
	window.open(url, name, '');
}

// ¿Â¶óÀÎÁöÁ¡ 
urls[1] = ["/online/online.html", "javascript:XecureGate('/online/inquiry/search_totalAcnt_list.jsp');", "javascript:XecureGate('/online/transference/otbk_input.jsp');", "javascript:XecureGate('/online/fund/fundBns_fundPchs_input.jsp');", "javascript:XecureGate('/online/accmgt/missStmnt_reg.jsp');", "javascript:XecureGate('/online/prslInfo/investInfo_step1.jsp');", "javascript:XecureGate('/online/cyberacc/genacc_visitinfo_input.jsp');", "javascript:XecureGate('/online/loan/totalLoan_list.jsp');", "javascript:XecureGate('/online/subsc/calendar.jsp');", "/online/giro/info/index.html", "/online/inte/sdt192/hanapoint1/index.html"];
// ±ÝÀ¶»óÇ°
urls[2] = ["/mall/mall.html","/mall/product/feegalow/feegalow_index_list.jsp","/mall/surpricecma/index.html","/mall/product/search/myMatch_list.jsp","/mall/product/compare/fund_compare.jsp","/mall/product/invest/market_prospect_list.jsp","/mall/news/news/index.html","/mall/product/rate/basicPrice.jsp","/research/abroad_earning.jsp","/mall/support/doctor/index.html"];
// Æ®·¹ÀÌµù
urls[3] = ["javascript:XecureGate('/wts/stock/ST_MktSnapShop.jsp');", "javascript:XecureGate('/wts/stock/ST_MktSnapShop.jsp');", "javascript:XecureGate('/wts/stock/ST_StkElwOrdBody.jsp');", "javascript:XecureGate('/wts/futopt/FO_FutsNowPri.jsp');", "javascript:XecureGate('/wts/futopt/FO_FnoOrdBody.jsp');", "javascript:XecureGate('/wts/bond/main/bondmain.jsp')", "/research/abroad_total.jsp"];
//¸®¼­Ä¡¼¾ÅÍ
urls[4] = ["/research/research.html", "/research/strategy/market/index.html", "/research/info/morningbrief/index.html", "/research/industry/industry/index.html", "/research/economy/economy/index.html", "/research/hope_item/smallcap/index.html"];
// ÆÝµåÅ¬¸®´Ð
urls[5] = ["/asset/assetsManagement.html", "javascript:XecureGate('/pms/guest/fundclinic_sogae.jsp');","javascript:XecureGate('/pms/fundsvradd/hana_clinic.jsp');", "javascript:XecureGate('/pms/otherfundadd/hana_fundjoin.jsp');", "javascript:XecureGate('/pms/myfundesti/hana_invest.jsp');", "javascript:XecureGate('/pms/guest/fundjindan.jsp');"];


// À¯Æ¿ ¸Þ´º
if(isLogin =="Y") {
urls[10] = ["", "javascript:pop('http://www.hanaib.com/index.jsp', 'hanaib');", "/support/main.html" , "javascript:misson();" , "/company/main.html", "/sitemap/index.html","/research/report/index.html" , "/global/sdtc8/index.html", "javascript:pop('http://ementors.hanaw.com', 'ementors');"];
}else{
urls[10] = ["", "javascript:pop('http://www.hanaib.com/index.jsp', 'hanaib');", "/support/main.html" ,  "javascript:misson();" , "/company/main.html", "/sitemap/index.html","/research/report/index.html" , "/global/sdtc8/index.html", "javascript:pop('http://ementors.hanaw.com', 'ementors');"];
}

// À¯Æ¿ ¸Þ´º
urls[11] = ["", "/pms/invest/prime/index.html", "javascript:openNew('http://www.daetoo.com/fc/index.jsp');"];

// ·Î±×ÀÎ/¾Æ¿ô
urls[20] = ["", "javascript:XecureGate('/membership/memberLogin.jsp');", "javascript:goLogout();"];


// ¼­ºê¸ÞÀÎ ¹è³Ê ¸µÅ©
urls[100] = ["", "/mall/product/loan/index.html", "/mall/product/search/comRecom_list.jsp", "3", "4", "5", "6", "/support/service/center/index.html", "8", "/company/info/ideology/index.html"];



function misson(){
                           javascript:pop('http://mentors.hanaw.com', 'mentors');
                           }


function goLink(m, s){
	if(m == undefined){
		m = 0;
	}
	if(s == undefined){
		s = 0;
	}
	
	location.href = urls[m][s];
}
function goSearch(str){
alert("ÇöÀç °Ë»ö ¾÷±×·¹ÀÌµå·Î ÀÎÇØ »ç¿ëÇÏ½Ç ¼ö ¾ø½À´Ï´Ù.");
/*
	if (!checkValue(str)) {
		return;
	}

	if (str.trim() == '' || str.trim() == 'null') {
		alert("°Ë»ö¾î¸¦ ÀÔ·ÂÇØ ÁÖ½Ã±â ¹Ù¶ø´Ï´Ù.");
		return;
	}

//	location.href = "http://search.hanadaetoo.com/icss/search/all.jsp?icss:search:query:field=all&icss:search:secid=&icss:search:query="+encodeURI(str);

	location.href = "http://search.hanadaetoo.com/icss/search/all.jsp?icss:search:query:field=all&icss:search:query="+encodeURI(str)+"&islogin="+isLogin+"&isstaff="+isStaff+"&usernm="+encodeURI(userNm)+"&lasttime="+lastTime;

*/
}

String.prototype.trim = function () {
	return this.replace(/^\s*/, "").replace(/\s*$/, "");
}

var mikExp = /[$\\@\\\#%\^\&\*\(\)\[\]\+\_\{\}\`\~\=\|]/;

function checkValue(value) {
	if(value.search(mikExp) == -1) {
		return true;
	}
	else {
		alert("ÁË¼ÛÇÕ´Ï´Ù. ¾Æ·¡ÀÇ Æ¯¼ö¹®ÀÚ´Â »ç¿ëÇÏ½Ç¼ö ¾ø½À´Ï´Ù.\n\r\n\r@ $ % ^ & * # ( ) [ ] \\ { + } ` ~ =  |");
		return false;
	}
}

//2009.10.13 ¼­¹®Áø - ie 8 ¼¼¼ÇÀ¯Áö±â´É °ü·Ã. Ãß°¡ ½ÃÀÛ ----------------------------
var hw_mainPage_flag = true;
try { document.write("<"+"script language='javascript' src='/common/js/ie_ut.js?dummy="+Math.random()+"'><"+"/script"+">"); } catch (e){}
//2009.10.13 ¼­¹®Áø - ie 8 ¼¼¼ÇÀ¯Áö±â´É °ü·Ã. Ãß°¡ ³¡ ----------------------------

