function resizeIframe(x){

var a=navigator.appName.substring(0, 8);
if(a!="Netscape")
{

try{x.scrolling='no',x.style.height=x.contentWindow.document.body.offsetHeight+60+'px'}catch(x){}
}

}
