$(document).ready(function() {
  $("body").addClass("jsok");
  
  // nyromodal
  $("a[href$='jpg'], a[href$='png'], a[href$='gif'], a[href$='bmp'], .nyromodal").nyroModal();
  $("a[href$='JPG'], a[href$='PNG'], a[href$='GIF'], a[href$='BMP']").nyroModal();
  $.nyroModalSettings({
    processHandler: function(settings) {$("#section object, #section embed").css("visibility","hidden");},
    endRemove: function(settings) {$("#section object, #section embed").css("visibility","visible");}
  });


  $('#flashgallery').flash({
    swf:'http://benesstav.local/templates/benesstav/swf/flashgallery.swf',
    height:387,
    width:700
  });

  $('#flashtop').flash({
    swf:'http://benesstav.local/templates/benesstav/swf/flashtop.swf',
    height:117,
    width:406
  });

  $('#flashmenu').flash({
    swf:'http://benesstav.local/templates/benesstav/swf/flashlogo.swf',
    height:50,
    width:160
  });
});
