function SetFocus(chp)
{
	document.getElementById(chp).focus();
}