$(document).ready(function() {

  swfobject.embedSWF('flash/slideshow.swf?file=includes/flash_slideshow_home.php', 'homeFlash', '450', '529', '6', '', '', {wmode:"opaque"});

  swfobject.embedSWF('http://www.upland.myzen.co.uk/coco_bay/coco_bay_product28012010.swf', 'ourCollectionFlash', '460', '258', '6', '', '', {wmode:"opaque"});

  swfobject.embedSWF('flash/slideshow.swf?file=includes/flash_slideshow.php', 'collectionFlash', '200', '315', '6');


  $('#footerBoxes img').mouseover(function() {
    $(this).attr('src', $(this).attr('src').replace('off.jpg', 'on.jpg'));
  });
  
  $('#footerBoxes img').mouseout(function() {
    $(this).attr('src', $(this).attr('src').replace('on.jpg', 'off.jpg'));
  });

  $('#photoshootVideo a').fancybox({frameWidth:460,frameHeight:258});
  $(window).resize(function() {
    $('#onlineBrochure a').fancybox({frameWidth:$(window).width()-100,frameHeight:$(window).height()-80});
  });

  $('#onlineBrochure a').fancybox({frameWidth:$(window).width()-100,frameHeight:$(window).height()-80});

});