﻿function resizeCommentIframe()
{
	try
	{
		top.document.all["ifComment"].style.height=document.body.scrollHeight+20+"px";
	}
	catch(e){}
}

