function SetFocus () {

	if (document.forms.length > 0)
{
document.forms(0).elements(0).focus();
document.forms(0).elements(0).select();
}
}