

function filter_results(id, filter)  {

	//alert(id + "==" + filter)
	location="exhibitionsFilter.php?the_id=" + id + "&filter=" + filter

}