function iFrameHeight(){if(document.getElementById&&!document.all){try{var b=document.getElementById("idContentExtern");if(b&&b.contentDocument.documentElement&&!window.opera){b.style.overflow="hidden";b.setAttribute("scrolling","no");var a=b.contentDocument.documentElement.scrollHeight;if(a>=286){b.style.height=a+"px"}else{b.style.height="500px"}}}catch(c){}}else{if(document.all){try{if(window.frames("idContentExtern").document){document.all.nameContentExtern.style.overflow="hidden";document.all.nameContentExtern.removeAttribute("scrolling",0);document.all.nameContentExtern.setAttribute("scrolling","no");var a=window.frames("idContentExtern").document.body.scrollHeight;if(a>=286){document.all.nameContentExtern.style.height=a+"px"}else{document.all.nameContentExtern.style.height="500px"}}}catch(c){}}}};
