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