//プルダウンメニューのジャンプ関数

function butobi(kattobi){

        jump = kattobi.options[kattobi.selectedIndex].value;
        if (jump != "pass") {
                location = jump;
        }
        else {
                for (i=0; i<document.Headerform.pop00.length; i++){
                        if (document.Headerform.pop00.options[i].defaultSelected == true) {
                                document.Headerform.pop00.options[i].selected = true;
                        }
                }
        }

}

function butobi00(kattobi){

        jump = kattobi.options[kattobi.selectedIndex].value;
        if (jump != "pass") {
                location = jump;
        }

}
