Hi Ken,
Thank you, That works great .
Instead of placing an extra div on the page itself , is there any downside to substituting with this inside the function?
Use
var plainText = document.createElement("plainText");
in place of
var plainText = document.getElementById("plainText");
Thanks,
Joe