function changeFeedback (type)
{
	$('tr[class^=p]').addClass('hidden');
	$('tr[class^=p_'+type+']').removeClass('hidden');
}