// JavaScript Document

function Jump() {
	location.href=document.myForm.mySelect.value;
}