/* プルダウンメニューのリンク指定 */



function volChange(WO) {

/*	if (WO.selLink.selectedIndex == 1) { location.href = "../vol01/index.html" }*/

	if (WO.selLink.selectedIndex == 1) { location.href = "../vol02/index.html" }

	if (WO.selLink.selectedIndex == 2) { location.href = "../vol03/index.html" }

	if (WO.selLink.selectedIndex == 3) { location.href = "../vol04/index.html" }

/*	if (WO.selLink.selectedIndex == 4) { location.href = "../vol05/index.html" }*/

/*	if (WO.selLink.selectedIndex == 5) { location.href = "../vol06/index.html" }*/

	if (WO.selLink.selectedIndex == 4) { location.href = "../vol07/index.html" }

  	if (WO.selLink.selectedIndex == 5) { location.href = "../vol08/index.html" }

	if (WO.selLink.selectedIndex == 6) { location.href = "../vol09/index.html" }

	if (WO.selLink.selectedIndex == 7) { location.href = "../vol10/index.html" }

/*	if (WO.selLink.selectedIndex == 10) { location.href = "../vol11/index.html" }*/

/*	if (WO.selLink.selectedIndex == 11) { location.href = "../vol12/index.html" }*/

	if (WO.selLink.selectedIndex == 8) { location.href = "../vol11/index.html" }

	if (WO.selLink.selectedIndex == 9) { location.href = "../vol12/index.html" }

	if (WO.selLink.selectedIndex == 10) { location.href = "../vol13/index.html" }

	if (WO.selLink.selectedIndex == 11) { location.href = "../vol14/index.html" }

}



function dispMenu() {

document.write ('<select name="selLink" onChange="volChange(this.form)">');

document.write ('<option selected>紀文のお総菜</option>');

/*document.write ('<option>Vol.01 冷やしおでん編</option>');*/

document.write ('<option>涼味シリーズ</option>');

document.write ('<option>とうふステーキ</option>');

document.write ('<option>餃子シリーズ</option>');

/*document.write ('<option>簡単鍋セット</option>');*/

/*document.write ('<option>おでんやシリーズ</option>');*/

document.write ('<option>玉子加工品</option>');

document.write ('<option>中華まんじゅう</option>');

document.write ('<option>蒲鉾シリーズ</option>');

document.write ('<option>カニ風味蒲鉾シリーズ</option>');

/*document.write ('<option>Vol.11 編</option>');*/

/*document.write ('<option>Vol.12 編</option>');*/

document.write ('<option>ちくわシリーズ</option>');

document.write ('<option>塩辛シリーズ</option>');

document.write ('<option>夏おでんシリーズ</option>');

document.write ('<option>豆腐と鶏のハンバーグシリーズ</option>');

document.write ('</select>');

}