/* 送信ボタン1 */
function send(value_mode){
	document.info.mode.value = value_mode;
	document.info.submit(); 
}