
function autotabit(obj,id)
{
if (obj.value.length == obj.maxLength) {
	document.getElementById(id).focus(); }
		
}



	