function jump(selectpage){
	var URL = selectpage.options[selectpage.selectedIndex].value;
	window.location.href = URL;
}
