// Jump Menu Function

function jumpto(x){

if (document.jump.jumpmenu.value != "null") {
	document.location.href = x
	}
}
