$(document).ready(function(){
  try
  {
    $('a[rel^=lightbox]').colorbox({maxWidth:'1024',maxHeight:'800'}); 
    $('#menu > ul').superfish({shadow:false});
  }
catch(err)
  {
  //Handle errors here
  }
  
});

