There was a mistake in the code above,
document.form1[ctlName3].Value=info.epi;
needs to be changed to,
document.form1[ctlName3].Value = info.epi;
Since I am so new to javascript, I don't have an explanation, but it doesn't work without the "=" having spaces before and after.
Thanks,
Drew