
//
function writeComment(nIndex){
	//alert(document.f0.name.value);
	document.f0.action = './comment.cgi';
	document.f0.submit();
}