function FormSearch(SearchForm) {
	if (SearchForm.d.value.length > 0) {
		window.location = LocOfResults + "?" + escape(SearchForm.d.value);
	}
}