function goUrl(sUrl) { top.location.href = sUrl; } function goMemUrl(sUrl) { top.location.href = _MEMBER_SITE+sUrl; } // HOME menu -- ¿ìÃø»ó´Ü Ȩ Ç÷¡½¬ function home() { goUrl("/"); } /*À¯Æ¿ ¸Þ´º*/ function login() /* ·Î±×ÀÎ */ { location.href = document.location.href +"#"; top.openLoginLayer(''); } function logout() /* ·Î±×¾Æ¿ô */ { location.href= "/auth/memberLogout.jsp"; } function goJoinMember() /* ȸ¿ø°¡ÀÔ */ { goUrl(_MEMBER_SITE+"/flex/01_preJoin.jsp?from_code1=A805&site_const=35"); } function goCustomer() /* °í°´¼¾ÅÍ */ { location.href = document.location.href +"#"; top.openCustomerLayer('level1=main') } function goMypage() /* ¸¶ÀÌÆäÀÌÁö */ { location.href = document.location.href +"#"; if(loginOK == 1){ top.openMypageLayer('level1=main'); }else{ top.openLoginLayer('app=mypage&level1=main'); } } function goEkolonCard() /* e-kolon card */ { location.href = document.location.href +"#"; top.openCustomerLayer('level1=ekolon') } function goEkolonCardOrder() /* e-kolon card ½Åû*/ { location.href = document.location.href +"#"; top.openCustomerLayer('level1=ekolon&level2=order') } function goPoint() /* Æ÷ÀÎÆ® */ { location.href = document.location.href +"#"; if(loginOK == 1){ top.openMypageLayer('level1=point'); }else{ top.openLoginLayer('app=mypage&level1=point'); } } function logingChk() /*·Î±×ÀÎ ¿©ºÎ */ { if(loginOK == 1){ return true; }else{ return false; } } function goNotice(){ location.href = document.location.href +"#"; top.openCustomerLayer('level1=notice'); } /******* footer menu ************************************************/ function footerLink(idx) { if(idx == "1"){ //ÀÌ¿ë¾à°ü location.href = "JavaScript:openWinInfo('http://member.kolon.com/member/agree.jsp','737','600')"; }else if(idx == "2"){ //°³ÀÎÁ¤º¸º¸È£Á¤Ã¥ openWinInfo('http://member.kolon.com/member/privacyInfo.jsp','737','600'); }else if(idx == "3"){ //Æ÷ÀÎÆ®Á¶È¸ location.href = "JavaScript:openWinInfo2('/ekoloncard/pop_employee.jsp','400','193')"; } }