var fDesc=new Array(); fDesc[1] = "CHM files - you get a translated document with the same formatting as in the original language by using one of the available translation services. Your translation will be complied saving all html-tags and structure of the source document."; fDesc[2] = "with ease. Compatible with Windows 98/ME/2000/XP/Vista this amazing tool makes the complex task of creating help files simply at your finger tips."; fDesc[3] = "What You Get) environment using both CSS or tabled layouts. CoffeeCup HTML Editor's design emphasizes simplicity and ease of use. You'll find that you can create great looking websites almost instantly with virtually no learning curve!"; fDesc[4] = "need to be a computer science guru and learn Internet technologies"; fDesc[5] = "capabilities that are extremely useful to all people who create and author content for publication to blogs, web sites, email, and documents."; fDesc[7] = "your HTML file to an unmodified one. It can be used with Ewisoft Web Builder, a Free WYSIWYG Html Editor."; fDesc[9] = "It's fast and easy! Create, manage and post your eBay ads with ease."; fDesc[10] = "PageBreeze's design emphasizes simplicity and ease-of-use. You'll find that you'll be creating great looking websites almost instantly."; fDesc[11] = "compatible) and messages to the sending and tracking of messages. eMill will open your eyes to the possibilities e-mail marketing offers."; fDesc[12] = "NStudio is to support all the features of one perfect text editor.NStudio has 5 modules for editing text (Scintilla, Rich Text Editor, ICSharpCode editor, Standart windows editor and WYSIWYG HTML Editor), web browser, plugins and many tools."; fDesc[15] = "you to embed questionnaires and get customers' feedback immediately!"; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }