$(document).ready(function() 
{
  swfobject.embedSWF("http://www.youtube.com/v/f7v8m1YsbXM?fs=1&amp;hl=en_US&rel=0&autoplay=1&color1=0xFEEB23&amp;color2=0xFDD110", "youtubeVideo", "640", "385", "9.0.105", "", null, {allowfullscreen:"true", wmode:"opaque"});
});

function showVideo() {
  $('#videoLightbox').lightbox_me({
    centered: true,
    onClose: onVideoClose
  });
}

function onVideoClose() {
  var swf = document.getElementById("saku_filtreerimine");
	swf.closeVideo();
}
