/* brings the firstname of the form in focus */
function sf()
{
	document.f.firstname.focus();
}
