var fDesc=new Array(); fDesc[0] = "UEditor is a free WYSIWYG HTML Editor. UEditor brings to websites popular editing features found in desktop word processors such as: styles formatting (bold, italic, underline), web resource linking, a safe undo function, paste from Word and other common HTML formatting tools.

The following new features were introduced in UEditor 1.3.6: new skin; Inline Editing, which is an HTML5 feature that removes the old text areas allowing website users to edit pages directly in their final state; centralize add-ons repository where all community plugins and skins can be submitted and freely shared; UEditor tool for building customized editors."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }