function onResizeFrame(size) {
	var iframe = document.getElementById('iframe');
	iframe.setAttribute('height', size.height);
};