function jumpto(x){

if (document.form_mail.dropdown.value != "null") {
document.location.href = x
}
}

