function apply_filter(path) 
{
	formDataGrid.cancelFilter.value = "false";
	formDataGrid.action = path;
	formDataGrid.submit();
}
