function surfto(form) {
	var dForm = document.quickfindjumper;
	var myindex = dForm.select1.selectedIndex;
	if ( dForm.select1.options[myindex].value != "0" ) {
		location = dForm.select1.options[ myindex ].value;
	}
}
