$(function(){
 resizeApplet();
});
$(window).resize(function() {
  resizeApplet();
});
function resizeApplet() {
  var pageContent = $('#page-content').css('min-height', '0'),
      wHeight = $(window).height(),
      cHeight = $('#page-content-wrapper').height(),
      pHeight = pageContent.height();
  if ((wHeight == null) || (cHeight == null) || (pHeight == null)) {
    return;
  }
  if (wHeight > cHeight) {
    pageContent.css('min-height', (wHeight - cHeight + pHeight) + 'px');
  }
  
    if (document.getElementById('distributormap')){
        if (document.getElementById('distributormap').src=='about:blank')
            document.getElementById('distributormap').src='http://www.google.com/maps?ie=UTF8&ll=34.307144,47.8125&spn=132.891419,274.921875&z=1&output=embed';
    }


    if (document.getElementById('contactmap')){
        if (document.getElementById('contactmap').src=='about:blank')
            document.getElementById('contactmap').src='http://maps.google.it/maps?f=q&source=s_q&hl=it&geocode=&q=GRISPORT+S.p.A.+Via+Erega,+1+-+31030+Castelcucco+(TV)+-+Italy+&sll=40.245992,15.073242&sspn=22.591875,42.978516&ie=UTF8&t=h&cid=12635368165849355152&ll=45.830766,11.87547&spn=0.005233,0.019956&z=14&iwloc=A&output=embed';
    }  
  
}
