if (typeof(SHOP_JS) == 'undefined') { // 한번만 실행
    var SHOP_JS = true;
    
    // 큰이미지 창
    function popup_large_image(it_id, img, width, height, cart_dir)
    {
        var top = 0;
        var left = 0;
        url = cart_dir+"/largeimage.php?it_id=" + it_id + "&img=" + img;
        width = 600;
        height = 770;
        opt = 'scrollbars=yes,width='+width+',height='+height+',top='+top+',left='+left;
        popup_window(url, "largeimage", opt);
    }
}
