// jump menu drop down

function selectURL(nexturl) {
    if (nexturl != "") {
        window.top.location.href = nexturl;
    }
}
