(function($){
  speech = function(person, action) {
    $('#speech'+person).toggle();
    return;
  }
  correctPos=function(elem){
    d_h = window.innerHeight || $(document).height();
    w_h = $(elem).height();
    mt= (d_h>w_h) ? (d_h-w_h)/2 : 0;
    $(elem).css({'margin-top':mt+'px'});
  };

  $(function(){
    swfobject.embedSWF("i/tpl_main/glav2.swf", "flash", "359", "301", "9.0.0", "http://js.leader-group.info/swfobject/expressInstall.swf", {}, {wmode: "opaque"});
    swfobject.embedSWF("i/tpl_main/player.swf", "anthem", "27", "25", "9.0.0", {}, {wmode: "opaque"});
    
    window.onresize=function(){
      correctPos('#wrapper');
    };
    correctPos('#wrapper');
  });
})(jQuery);