<!--

//ページの移動
function movePage(value) {
	document.form1.startnum.value = value;
 	document.form1.submit();
}

-->