

function resizeCaller(iframe_id,iframe_height) 
{
	document.getElementById(iframe_id).height = iframe_height;
}

