<!--
// オプションメニュー
/*function optionMenu2() {
	var subwin = window.open('','subwin','width=800,height=700,scrollbars=yes,menubar=yes,toolbar=yes,resizable=yes');
  subwin.location = om.elements['sct'].options[om.elements['sct'].selectedIndex].value;
}*/

function optionMenu2() {
	var num = document.om.sct.selectedIndex;
	var url = document.om.sct.options[num].value;
	window.open(url,'_blank','width=800,height=700,scrollbars=yes,menubar=yes,toolbar=yes,resizable=yes');
}
function optionMenu3() {
	var num = document.om2.sct2.selectedIndex;
	var url = document.om2.sct2.options[num].value;
	window.open(url,'_blank','width=800,height=700,scrollbars=yes,menubar=yes,toolbar=yes,resizable=yes');
}



/*function optionMenu2_1() {
	var subwin = window.open('','subwin','width=800,height=700,scrollbars=yes,menubar=yes,toolbar=yes,resizable=yes');
  subwin.location = om1.elements['sct1'].options[om1.elements['sct1'].selectedIndex].value;
}

function optionMenu2_2() {
	var subwin = window.open('','subwin','width=800,height=700,scrollbars=yes,menubar=yes,toolbar=yes,resizable=yes');
  subwin.location = om2.elements['sct2'].options[om2.elements['sct2'].selectedIndex].value;
}

function optionMenu2_3() {
	var subwin = window.open('','subwin','width=800,height=700,scrollbars=yes,menubar=yes,toolbar=yes,resizable=yes');
  subwin.location = om3.elements['sct3'].options[om3.elements['sct3'].selectedIndex].value;
}

function optionMenu2_4() {
	var subwin = window.open('','subwin','width=800,height=700,scrollbars=yes,menubar=yes,toolbar=yes,resizable=yes');
  subwin.location = om4.elements['sct4'].options[om4.elements['sct4'].selectedIndex].value;
}

function optionMenu2_5() {
	var subwin = window.open('','subwin','width=800,height=700,scrollbars=yes,menubar=yes,toolbar=yes,resizable=yes');
  subwin.location = om5.elements['sct5'].options[om5.elements['sct5'].selectedIndex].value;
}

function optionMenu2_6() {
	var subwin = window.open('','subwin','width=800,height=700,scrollbars=yes,menubar=yes,toolbar=yes,resizable=yes');
  subwin.location = om6.elements['sct6'].options[om6.elements['sct6'].selectedIndex].value;
}

function optionMenu2_7() {
	var subwin = window.open('','subwin','width=800,height=700,scrollbars=yes,menubar=yes,toolbar=yes,resizable=yes');
  subwin.location = om7.elements['sct7'].options[om7.elements['sct7'].selectedIndex].value;
}

function optionMenu2_8() {
	var subwin = window.open('','subwin','width=800,height=700,scrollbars=yes,menubar=yes,toolbar=yes,resizable=yes');
  subwin.location = om8.elements['sct8'].options[om8.elements['sct8'].selectedIndex].value;
}*/



