var fDesc=new Array(); fDesc[0] = "Sothink HTML Editor, previously called 'CutePage', is an HTML Editor that displays the html document in three different ways: HTML code, design graphical view and a true preview of the document in a built-in browser style or on a true browser.

It offers three add-ons tools, divided in categories and displayed on tags, to create Java, Javascript, or DHTML buttons, menus, banners and other special effects. An individual properties panel for easy items design. Code highlighted in colors for a faster steps recognition.

Headers selection, images management, text fonts and attributes selection, direct insertion of hyperlinks and email address links, direct insertion of comments, special characters, frames and tables, paragraphs, etc. without a single code line to write. Clear tutorials (wizards) will guide the user through the new item creation process.

Search, replace, undo, redo, etc. facilities at the HTML code view. Copy and paste for both HTML code and design views.

When designing a complete web site, Sothink Editor allows the user to see and connect all the web pages in it, by means of its Site Manager. When switch to this Manager, it appears in a different window, showing the site structure in hierarchical view, and the whole site can be uploaded to Internet with the built-in FTP server. The application also offers several site templates for the user to easily design hers (his)."; 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 = ''; } }