<!--
function doQuickFinder(f){
			var lnk=f.options[f.selectedIndex].value;
			window.location=lnk;
		}
//-->