﻿function resizeIframe() {
try {
	i = parent.document.getElementById(window.name);
	iHeight = document.body.scrollHeight;
	i.style.height = iHeight + 5 + "px";
} catch (ex) {}
}
function callback_getData(res)
{
	if (res=="NO RESULTS" || res=="")
	{
		return false;
	}
	else 
	{
		eval(res);
	}
}

