function jumpA() {
var A1 = document.getElementById('A1');
var A2 = document.getElementById('A2');
var VALUE = (A2.disabled)?
A1.options[A1.selectedIndex].value:
A2.options[A2.selectedIndex].value;
if(VALUE)
location.href=VALUE;
else
alert('選択されていません');
}

function jumpB() {
var B1 = document.getElementById('B1');
var B2 = document.getElementById('B2');
var VALUE = (B2.disabled)?
B1.options[B1.selectedIndex].value:
B2.options[B2.selectedIndex].value;
if(VALUE)
location.href=VALUE;
else
alert('選択されていません');
}

function jumpC() {
var C1 = document.getElementById('C1');
var C2 = document.getElementById('C2');
var VALUE = (C2.disabled)?
C1.options[C1.selectedIndex].value:
C2.options[C2.selectedIndex].value;
if(VALUE)
location.href=VALUE;
else
alert('選択されていません');
}

function jumpD() {
var D1 = document.getElementById('D1');
var D2 = document.getElementById('D2');
var VALUE = (D2.disabled)?
D1.options[D1.selectedIndex].value:
D2.options[D2.selectedIndex].value;
if(VALUE)
location.href=VALUE;
else
alert('選択されていません');
}

function jumpE() {
var E1 = document.getElementById('E1');
var E2 = document.getElementById('E2');
var VALUE = (E2.disabled)?
E1.options[E1.selectedIndex].value:
E2.options[E2.selectedIndex].value;
if(VALUE)
location.href=VALUE;
else
alert('選択されていません');
}

function jumpF() {
var F1 = document.getElementById('F1');
var F2 = document.getElementById('F2');
var VALUE = (F2.disabled)?
F1.options[F1.selectedIndex].value:
F2.options[F2.selectedIndex].value;
if(VALUE)
location.href=VALUE;
else
alert('選択されていません');
}

function jumpG() {
var G1 = document.getElementById('G1');
var G2 = document.getElementById('G2');
var VALUE = (G2.disabled)?
G1.options[G1.selectedIndex].value:
G2.options[G2.selectedIndex].value;
if(VALUE)
location.href=VALUE;
else
alert('選択されていません');
}

function jumpH() {
var H1 = document.getElementById('H1');
var H2 = document.getElementById('H2');
var VALUE = (H2.disabled)?
H1.options[H1.selectedIndex].value:
H2.options[H2.selectedIndex].value;
if(VALUE)
location.href=VALUE;
else
alert('選択されていません');
}

function jumpI() {
var I1 = document.getElementById('I1');
var I2 = document.getElementById('I2');
var VALUE = (I2.disabled)?
I1.options[I1.selectedIndex].value:
I2.options[I2.selectedIndex].value;
if(VALUE)
location.href=VALUE;
else
alert('選択されていません');
}

function jumpJ() {
var J1 = document.getElementById('J1');
var J2 = document.getElementById('J2');
var VALUE = (J2.disabled)?
J1.options[J1.selectedIndex].value:
J2.options[J2.selectedIndex].value;
if(VALUE)
location.href=VALUE;
else
alert('選択されていません');
}

function jumpK() {
var K1 = document.getElementById('K1');
var K2 = document.getElementById('K2');
var VALUE = (K2.disabled)?
K1.options[K1.selectedIndex].value:
K2.options[K2.selectedIndex].value;
if(VALUE)
location.href=VALUE;
else
alert('選択されていません');
}

function jumpL() {
var L1 = document.getElementById('L1');
var L2 = document.getElementById('L2');
var VALUE = (L2.disabled)?
L1.options[L1.selectedIndex].value:
L2.options[L2.selectedIndex].value;
if(VALUE)
location.href=VALUE;
else
alert('選択されていません');
}
function jumpM() {
var M1 = document.getElementById('M1');
var M2 = document.getElementById('M2');
var VALUE = (M2.disabled)?
M1.options[M1.selectedIndex].value:
M2.options[M2.selectedIndex].value;
if(VALUE)
location.href=VALUE;
else
alert('選択されていません');
}
function jumpN() {
var N1 = document.getElementById('N1');
var N2 = document.getElementById('N2');
var VALUE = (N2.disabled)?
N1.options[N1.selectedIndex].value:
N2.options[N2.selectedIndex].value;
if(VALUE)
location.href=VALUE;
else
alert('選択されていません');
}

