function onloadfocus(  name )
{
	document.getElementById( name ).focus();
}

