function partners(id) {
  var altura = document.getElementById(id).contentWindow.document.body.scrollHeight;
  $(id).setStyle( 'height', altura+'px' );

}
