function dea_browse_searchsubmit_redirect(matchtype) {
	var matchstring = '%';
	if(matchtype == 'town') {
		matchstring = getObject('town').value;
	} else if(matchtype == 'county') {
		matchstring = getObject('county').value;
	} else if(matchtype == 'postcode') {
		matchstring = getObject('postcode').value;
	}
	setTimeout("top.location.href = '/deas/browse/"+matchtype+"/"+matchstring+"'",500);
}