$(document).ready(function(){
  $('a[rel^=lightbox]').colorbox({maxWidth:'1024',maxHeight:'800'})
  //$('#customer-links a.email').colorbox({maxWidth:'1024',maxHeight:'800'});
  if ($('#scrollToTop').length){$('#scrollToTop').click(function(){$('html,body').animate({scrollTop:0},1500);return false})}
  $('#link-close').live('click',function(){$('#container-matrace').slideToggle();return false});
  $('#link-filter').click(function(){
    if ($('#container-matrace *').length == 0)
    {
      $('#container-matrace').html('<h3>načítavam..</h2>').load('/product/listAjax','',initMetadata);
    } else {
      $('#container-matrace').slideToggle();
    }
      return false;
  });
});

