function getDocHeight(d){var c=0,a,b;if(d.height){c=d.height}else{if(d.body){if(d.body.scrollHeight){c=a=d.body.scrollHeight}if(d.body.offsetHeight){c=b=d.body.offsetHeight}if(a&&b){c=Math.max(a,b)}}}return c}function setIframeHeight(d){var c=window.frames[d];var a=document.getElementById?document.getElementById(d):document.all?document.all[d]:null;if(a&&c){a.style.height="auto";var b=getDocHeight(c.document);if(b){a.style.height=b+"px"}}}function loadIframe(b,a){if(window.frames[b]){window.frames[b].location=a;return false}else{return true}};