<!-- 

	function GotoURL(f){ 

		if (f.picker.options[f.picker.selectedIndex].value != ""){

				top.location.href = f.picker.options[f.picker.selectedIndex].value; 

			}

		}

// -->
