/*$(document).ready(function(){
document.domain="schneider-electric.com";
$('#myFrame').load(function(){resizeIframeToFitContent(document.getElementById("myFrame"));});
//$('#additionallinks_iframe').load(function(){resizeIframeToFitContent(document.getElementById("additionallinks_iframe"));});
});
function resizeIframeToFitContent(iframe){var b=iframe.contentWindow.document.body;iframe.style.height=($.browser.msie?b.scrollHeight+25:b.offsetHeight+15)+'px';}*/
