var parameters = { allowScriptAccess:"always", allowfullscreen:"true", menu:"false", wmode:"window", base:"/" };
var attributes = { id:"MargaretHowell" };
var handleResizeTimeout;

swfobject.embedSWF("/MargaretHowell.swf?20090818","content","100%","100%","9.0.115","/resources/expressInstall.swf",flashvars,parameters,attributes);

if(swfmacmousewheel)
  swfmacmousewheel.registerObject(attributes.id);

function handle_resize() {
  if ($(window).height() < 591) {
    $("#MargaretHowell").height("591px");
  } else {
    $("#MargaretHowell").height("100%");
  }
  if ($(window).width() < 982) {
    $("#MargaretHowell").width("982px");
  } else {
    $("#MargaretHowell").width("100%");
  }
}

$(document).ready(function() {
  $(window).resize(handle_resize);
  handleResizeTimeout = window.setTimeout(function() {
    if($("#MargaretHowell").height() > 0) {
      handle_resize();
      window.clearTimeout(handleResizeTimeout);
    }
  }, 1000);
  handle_resize();
});