function editorStartTextarea(c,a,b){var f=xGetElementById("editor_"+c);var e=xGetElementById("htm_"+c).value;f.form.setAttribute("editor_sequence",c);f.style.width="99%";editorRelKeys[c]=new Array();editorRelKeys[c]["primary"]=f.form[b];editorRelKeys[c]["content"]=f.form[a];editorRelKeys[c]["func"]=editorGetContentTextarea;var d=f.form[a].value;if(e){d=d.replace(/<br([^>]*)>/ig,"\n");if(e!="br"){d=d.replace(/&lt;/g,"<");d=d.replace(/&gt;/g,">");d=d.replace(/&quot;/g,'"');d=d.replace(/&amp;/g,"&")}}f.value=d}function editorGetContentTextarea(a){var d=xGetElementById("editor_"+a);var c=xGetElementById("htm_"+a).value;var b=d.value.trim();if(c){if(c!="br"){b=b.replace(/&/g,"&amp;");b=b.replace(/</g,"&lt;");b=b.replace(/>/g,"&gt;");b=b.replace(/\"/g,"&quot;")}b=b.replace(/(\r\n|\n)/g,"<br />")}return b};
