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