function sf(myComponent) {
	document.getElementById(myComponent).focus();
}