﻿function formFieldFocus()
{
document.getElementById('formname').focus();
}