function Jump(theSelect){

    selindex = theSelect.selectedIndex

    selvalue = theSelect.options[selindex].value

    window.location.href = selvalue
}
