//指定されたページにジャンプする

function popJumpAge(selOBJ) {
	n = selOBJ.selectedIndex;
	location.href = selOBJ.options[n].value;
	}
