


        $(document).bind('ready', function(){
         setGridGallery(false, 'mobile-img-content', 'product-img-small', 0);
        });
        $(window).bind('load', function(){
         setGridGallery(false, 'mobile-img-content', 'product-img-small', 0);
        });
        $(window).bind('resize', function(){
           setGridGallery(false, 'mobile-img-content', 'product-img-small', 0);
        });
        
    $('.comment .reply.comment-control').bind('click',function(){
      aid = $(this).parent().attr('data-record');
      $('.form_comment:not(.mainform)').hide();
      if($('#uzenet'+aid).is(':visible'))
      {
        $('#uzenet'+aid).slideUp();
      }
      else
      {
        $('#uzenet'+aid).slideDown(); 
      }
      
    });
    
refreshBusket();