﻿$(document).ready(function () {
  // Lightbox activeren
  $("a[rel*='lightbox']").lightbox();

  // Popup overlay doorzichtig maken
  $("#popup_overlay").css({ opacity: 0.7 });

  // Animatie embedden
  $('.flash').flash({
    src: 'Products.swf',
    width: 418,
    height: 270,
    wmode: "transparent"
  });
});

