var fDesc=new Array(); fDesc[0] = "AceHTML is a free HTML editor including HTML syntax checker, support for international alphabet and multilingual decoding, code explorer and editor, style sheet editor and predefined DHTML and JavaScript code.

The application offers code highlighting and color, as well as access to many designs and style examples and templates. Built-in explorer for viewing the page before user upload it.

User can create HTML forms, frames, tables, lists, image maps, hyperlinks, copy and paste code, spelling and syntax checker, custom buttons, 175 JavaScripts and DHTML scripts, code templates, search and replace facilities, etc.

More than 20 different languages encoding, plus 7bit, Unicode 8bit and Unicode 16bit. External links checking.

The comprehensive help file includes each and every possible step to guide the user in the creation and management of code.

"Undo" and "redo" capacity, repeat last command, cut, copy and paste HTML code, paste plain text as HTML code, special characters for advanced search, special characters insertion, etc."; 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 = ''; } }