function toggleCriteria ( id )
{
	$("#" + id).slideToggle("fast");
}
