﻿function resizeIframe(x){
	

	document.getElementById('iframeDiv').style.BackgroundColor="#CCCCCC";
	try{x.scrolling='no',x.style.height=x.contentWindow.document.body.offsetHeight+'px'}
	catch(x){}
	
	
	
}