Shadowbox.init({
  // skip the automatic setup again, we do this later manually
  skipSetup: true
});
function GroupDelegate(){
   /*Shadowbox.open({
    content:    'film.swf',
    player:     "swf",
    width:     320,
    height:      240
  });/*
   
   /*Shadowbox.open({
    content:    'konferencja.swf',
    player:     "swf",
    width:     720,
    height:    405
  });*/

   Shadowbox.open({
    content:    'buttony/movie_eng.swf',
    player:     "swf",
    width:     720,
    height:    404
  });
}
$(document).ready(function(){
  //$('#main-banner').flash('fileadmin/templates/gaspol/media/baner.swf', {attr: {width:700,height:251}}).css('background', 'none');
  $('#main-banner').flash({src:'fileadmin/templates/gaspol/media/baner.swf', width:700,height:251, wmode:'opaque'}).css('background', 'none');
  //$('#sklep-link .inside').flash('fileadmin/templates/gaspol/media/baner_sklep.swf', {attr: {width:220,height:130}}).css('padding', '0');
  $('#sklep-link .inside').flash({src:'fileadmin/templates/gaspol/media/baner_sklep.swf', width:220,height:130, wmode:'opaque'}).css('padding', '0');
  //$('#kibicujklimatowi').flash('fileadmin/templates/gaspol/media/gaspolx.swf', {attr: {width:220,height:100}}).css('background', 'none');
  $('#kibicujklimatowi').flash({src:'fileadmin/templates/gaspol/media/gaspolx.swf', width:220,height:100, wmode:'opaque'}).css('background', 'none');
  
  /*TYMCZASOWO WSTAWIONY KLIK BANER NA STRONE GLOWNA, POD KATUALNOSCIAMI*/
  /*$('#news').css({height:'154px'}).after($('<div id="temp-flash" class="box section" style="height:87px;"/>'));
  $('#news .news-list-container .news-item').slice(2).remove();
  $('#temp-flash').flash('buttony/b6.swf',{attr:{width:220,height:87}});
  */
  //$('#temp-promo-box img').attr('title', 'Kliknij, aby obejrzeć film').click(GroupDelegate);
});
