function setDimensions(h,u) {
	h = parseInt(h);
	var iframe = document.getElementById('autoResizingIframe');
	iframe.style.height = h + "px";
}