function checkFields (value)
{
	if (value==0)
	{
		alert('Необходимо указать тип товаров для фильтрации');
		return false;
	}
	return true;
}