<!--

 function goods_regit(homesite){
     location.href=homesite+"/myoiljang/shopping/regit.html";
 }
 function goods_view(pkCode){
 window.location.href="/category/view.html?pkCode="+paramEscape(pkCode);
}
 function goods_admin(homesite){
     location.href=homesite+"/myoiljang/shopping/";
 }
 function qna(homeSite,code){
  location.href=homeSite+'/customer/index.html?code='+paramEscape(code);
 }
function sell_list(){
 alert("°í°´´Ô ÁË¼ÛÇÕ´Ï´Ù.\n»ð´Ï´Ù¸¦ ÀÛ¾÷Áß¿¡ ÀÖ½À´Ï´Ù.\nºü¸¥½ÃÀÏ³»¿¡ ¾÷µ¥ÀÌÆ®°¡ ÀÌ·ç¾îÁöµµ·Ï ÇÏ°Ú½À´Ï´Ù.");
}
//-->
