/* Change Language */
function jumpto(x){

if (document.getElementById('fld_languages').value != "null") {
document.location.href = x
}
}

