// JavaScript ソース
function Go_Click() 
{
    var index = document.dropdown_jump.slect.selectedIndex;
    document.location = document.dropdown_jump.slect.options[index].value;
} 