<!---
function hoge0() { 
	document.formkey0.method="POST";
	document.formkey0.submit();
	return false; 
}

function hoge1() { 
	document.formkey1.method="POST";
	document.formkey1.submit();
	return false; 
}

function hoge2() { 
	document.formkey2.method="POST";
	document.formkey2.submit();
	return false; 
}

function hoge3() { 
	document.formkey3.method="POST";
	document.formkey3.submit();
	return false; 
}

function hoge4() { 
	document.formkey4.method="POST";
	document.formkey4.submit();
	return false; 
}
//-->
