var fDesc=new Array(); fDesc[2] = "is fully compatible with Windows Vista operating system."; fDesc[3] = "excellent option to try. This small yet powerful application has many advanced editing features that will make a big difference next time you open and edit a text file."; fDesc[4] = "can figure out and list the CD/DVD readers and writers, along with the firmware utilized as well. It can do plenty of amazing operations like scanning a burnt media for readability errors, to ensure freshness of the backup."; fDesc[5] = "the freedom to create while protecting your work. It is more than just your typical word processor."; fDesc[6] = "will allow them to keep an overview about the characters, locations, scenes, chapters, strands, and parts involved in a book or novel. The program will store all the information about characters and locations in one place, allowing you to add information anytime."; fDesc[7] = "with just as the same good output quality of the DVD. Backup any DVD and rip it easily, it has support for most CD writers. For users with any expertise level its only three clicks away form converting/ripping a DVD."; fDesc[8] = "processor with a powerful outliner and editing tool - ideal for structuring your novel, blog, journal, or diary."; fDesc[9] = "They help the user in making sense of their writing. The writers can now write different chapters completely unrelated to each other and when required they can be slotted by simply dragging and dropping the chapters to complete the flow of the book."; fDesc[10] = ", enhanced, and resized to a smaller size. It can fully run under Windows Vista. New features include tabs, scratch pad, and the possibility to view proverbs, idioms, and phrases, when searching for a perfect/normative rhyme. We can evaluate this product free of charge for a whole month."; fDesc[11] = "comprehensive toolbox suit which will facilitate the writing process by keeping all our project's bit and pieces handy and well organized. It gives us the opportunity to write not only books but essays, school and university projects, catalogs and many more."; fDesc[12] = "often deal with large amounts of texts, to organize research articles, papers, fiction or non-fiction books, and everything related to writing."; fDesc[13] = "product. All the Organizer your writing needs...Writers Project Organizer is manuscript orientated software for writers. Writ"; fDesc[14] = "ideas, to replace/augment an existing system; fully customizable with multi-database feature, allowing the user to keep track of virtually anything."; fDesc[15] = "writers and researchers who want to store their data references in a sophisticated yet easy to use database. With"; 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 = '...'; } }