﻿function resizeIframe(x){
	
	try{x.scrolling='no',x.style.height=x.contentWindow.document.body.scrollHeight+'px'}
	catch(x){}
	
}