function jumpto(x) {
	if (document.form1.jumpMenu.value  != "null") {
		document.location.href = x
	}
}
