function res(x, y) {
	var setval='>No.' + y + ' ' + x + 'さん';

	oElement = document.getElementById("reno");
	oElement.innerHTML ='<dt>返信</dt><dd><input type="text" name="reno" value="' + setval + '" size="64" readonly style="background-color:#EEEEEE"></dd>';

	document.NbbsNform.body.focus();

}
