function goUrl(sUrl) { top.location.href = _MY_SITE+sUrl; } function goCart() { var orgUrl=location.href; var goCartParam = orgUrl.substr(orgUrl.indexOf("#")+1)+"&cart=view"; if (orgUrl.indexOf("main_shop") != -1){ //¹Ù´ÚÀÌ main_shop À϶§ if(orgUrl.indexOf("app=shop") != -1){ viewCart(); }else{ top.openShopLayer('&app=shop¶m=Main&cart=view'); } url=""; }else { if(orgUrl.indexOf("app=shop") != -1){ goUrl("/shopping/main_shop.jsp#"+goCartParam); }else{ goUrl("/shopping/main_shop.jsp#param=Main&app=shop&cart=view"); } } } // SHOP function shop() { var a=location.href; if (a.indexOf("main_shop") != -1){ //¹Ù´ÚÀÌ main_shop À϶§ top.openShopLayer('&app=shop¶m=Main'); url=""; }else { goUrl("/shopping/main_shop.jsp#param=Main&app=shop"); } } /******* item »ó¼¼ÆäÀÌÁö·Î °¡±â ************************************************/ // SHOP function itemGo(item) { top.openShopLayer('¶m=Product/'+item+'&app=shop'); //goUrl("/shopping/main.jsp"); } function itemGroup(item) { location.href = document.location.href +"#"; top.openShopLayer('¶m=CoordiRoomDetail/'+item+'&app=shop'); } function lineGo(item) { location.href = document.location.href +"#"; top.openShopLayer('¶m=Line/'+item+'&app=shop'); //goUrl("/shopping/main.jsp"); } function goNotice(){ location.href = document.location.href +"#"; top.openCustomerLayer('level1=notice'); }