function autoResize_apiBox_patronage_1329985347(id){ var newheight; if(document.getElementById){ newheight=document.getElementById(id).contentWindow.document.body.scrollHeight; } document.getElementById(id).height = (newheight) + "px"; } document.write('');