function toreactionfield(){
	document.getElementById('reaction_form').style.display = "block";
	document.getElementById('reaction_form').focus();
}
