*/function storeCaret(textEl){
if (textEl.createTextRange)
if (textEl.createTextRange && document.selection)
{ textEl.caretPos = document.selection.createRange().duplicate(); }