
function autoResize1(){
try
	{
		document.all["angel"].style.height=angel.document.body.scrollHeight
	}
	catch(e){}
}


function autoResize2(){
try
	{
		document.all["med"].style.height=med.document.body.scrollHeight
	}
	catch(e){}
}
