function ch(from,to)
{
	document.getElementById(from).innerText= to;
}
