function FilterDestID(){
	SelCountryID=document.AccomSearch.CountryID.selectedIndex;
	CountryID=document.AccomSearch.CountryID.options[SelCountryID].value;
	SelRating=document.AccomSearch.Rating.selectedIndex;
	Rating=document.AccomSearch.Rating.options[SelRating].value;
	AccomodationName=document.AccomSearch.AccomodationName.value;
	document.location.href='index.php?CountryID='+CountryID+'&Rating='+Rating+'&AccomodationName='+escape(AccomodationName);
}
