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