// JavaScript Document - quick service finder
function quickfinder(that){
	var url = that.options[that.selectedIndex].value;
	window.location = url;
}