function autotab(object1, object2, objectsize)
{
	if (object1.value.length == objectsize)
	object2.focus()
}

