function handleCommentsResultType()
{

 result=document.getElementById('comments_result_type');

	
	if(!result || result.className!=='error')
	{
		Form.reset('comments_form');
	}
}


function handleCommentsForm()
{
	
}