var fDesc=new Array(); fDesc[1] = "greeting cards in just a few minutes. The program includes hundred of pre- defined professional templates to help you create beautiful greeting cards in a snap that you can email or print directly from the program."; fDesc[3] = "writing a novel, poetry, or to-do lists, WriterPad makes it easy to organize your writing and stay on track. WriterPad does not try to teach you how to write. There are plenty of other software packages for that. Instead, WriterPad gets out of your way and just lets you write! There is no complicated or arbitrary \"system\" to learn. Just start outlining or start writing, depending on how you prefer to work. If you want to start writing and worry about outlining later, go right ahead: when you are ready to break up your writing into an outline, just drag and drop text. If you would rather develop an outline first, go ahead and create items that represent chapters, scenes, poems, or anything else and then go back and write the text that goes with each."; fDesc[4] = ", nursery rhymes, songs, jokes, word games, etc. This program includes an internal database with 63175 words. We are also allowed to increase this database by adding as many words as we want."; fDesc[5] = "by a professional poet * Professional drawn print on demand backgrounds * Supports 100's of events.USA, UK"; fDesc[6] = ", support for styles, support for Unicode and more! Enjoy the smooth changing of words from one to another. Affinity is simple to use too. Everything can be configured with just a click or two. Affinity features the following: - Huge amount of content. Both paid and free collections include quotations, aphorism, proverbs, funny stories, poems and more. - Unicode support. The program natively supports \"wide\" symbols and you will not have any problems with displaying original Japanese haiku or aphorisms in Hebrew. - \"Do not disturb\" mode. Hides Affinity's window, when you point the mouse close to it. - Simple data format. If you have something that you want to show others - there is nothing easier! Creation of your own collection is not any harder than typing text in your favorite text editor. You can even sell your own databases on our server if desired. - Advanced system of styles...."; 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 = '...'; } }