$(document).ready(function() {

 // Inicjacja elementów Flasha:

 $('#body').flash({
  src: $.GLOBALS.DIR_HTML + 'images/flash.swf',
  width: $('#body').width() + 'px',
  height: $('#body').height() + 'px',
  bgcolor: '#000000',
  loop: false,
  menu: false,
//  wmode: 'opaque'
  wmode: 'transparent'
 });

 $('link[@rel*=style][title]').attr('disabled', true);

});

function init() {
 loadAll($.GLOBALS.URL_CURRENT);
}