window.onload = function() {
  if(typeof sIFR == "function") {
      sIFR.replaceElement("#introduzione h3", named({sFlashSrc: "/_movie/granjon.swf", sColor: "#000"}));
      sIFR.replaceElement("#spazio-kairos h3", named({sFlashSrc: "/_movie/granjon.swf", sColor: "#69625a"}));
      sIFR.replaceElement("#in-evidenza h3", named({sFlashSrc: "/_movie/granjon.swf", sColor: "#69625a"}));
      sIFR.replaceElement("body.inner .main h3", named({sFlashSrc: "/_movie/granjon.swf", sColor: "#69625a"}));
  };

  var small = $$('div.row.top .box.small .box-content');
  var large = $$('div.row.top .box.large .box-content');
  if(small && large) {
    height = small[0].getHeight() > large[0].getHeight() ? small[0].getHeight() : large[0].getHeight();
    small[0].setStyle({'min-height': '' + height + 'px'});
    large[0].setStyle({'min-height': '' + height + 'px'});
    small[0].setStyle({'height': '' + height + 'px'});
    large[0].setStyle({'height': '' + height + 'px'});
  }

}

