function autoh()
{	
	var frameObj = parent.document.getElementById('out');				
	var frameObjHeight = th.scrollHeight+18;		
	frameObj.style.height = String(frameObjHeight); 		
}
function autoh1()
{
	var frameObj = parent.document.getElementById('out_1');				
	var frameObjHeight = th.scrollHeight+18;		
	frameObj.style.height = String(frameObjHeight); 		
	parent.refload();
}
function autoh2()
{
	var frameObj = parent.document.getElementById('out_2');				
	var frameObjHeight = th.scrollHeight+18;		
	frameObj.style.height = String(frameObjHeight); 		
	parent.refload();
}

