jQuery(document).ready(function($) {
	$('#captchatr').hide();
	$('.captchatr').hide();
});


function docaptcha() {
	$('#captchainput').val('5');
}

function addcls() {
    $('#shop_detail_right').addClass('with_cart');
    $('.shop_category_right').addClass('with_cart_cat');
}

function shide(id) {

    if($('.'+id).is(':visible')){
        $('.'+id).hide();
    } else {
        $('.'+id).show();
    }

}
