function jumpto(x){

if (document.Menu.jumpmenu.value != "null") {
document.location.href = x
}
}