/* Js for , Version=1769581782 */
 v.lang = {"confirmDelete":"Do you want to delete it?","deleteing":"Deleting","doing":"Doing","loading":"Loading","updating":"Updating","timeout":"Timeout. Please try it again.","errorThrown":"<h4> Error <\/h4>","continueShopping":"Continue shopping","required":"Required","back":"Back","continue":"Continue","importTip":"Old layout data will be replaced","fullImportTip":"Old article, product, layout data will be replaced and import test data"};;$(document).ready(function()
{   
    $.setAjaxForm('#replyForm', function(data)
    {
        if(data.result == 'success')
        {
            setTimeout(function(){parent.location.reload()}, 1500);
        }
        else
        {
            if(data.reason == 'needChecking')
            {
                $('#captchaBox').html(Base64.decode(data.captcha)).show();
            }
        }
    }); 
});

