$(document).ready(function(){
document.domain="schneider-electric.com.br";
$('iframe[name^="Content"]').each(function(){$(this).attr('id',$(this).attr('name'));});
$('iframe[name^="Content"]').load(function(){resizeIframeToFitContent(document.getElementById($(this).attr('id')));});
});
function resizeIframeToFitContent(iframe){iframe.style.height=(iframe.contentWindow.document.body.scrollHeight+($.browser.msie?25:15))+'px';}