$(document).ready(function(){
  $('a[rel^=lightbox]').colorbox({maxWidth:'1024',maxHeight:'800'})
  //$('#customer-links a.email').colorbox({maxWidth:'1024',maxHeight:'800'});
  $('#menu > ul').superfish({shadow:false});
  $('#entry-20>a').bind('click', function(){ window.open(this.href); return false; });
});

