var fDesc=new Array(); fDesc[1] = "Essential is surprisingly simple for the novice user, and very convenient for the more experienced user. We also share our best photos with friends, upload to the network, or use templates to create digital albums."; fDesc[2] = "accounts, such as Hotmail and Yahoo Mail. This program adds cool features for customizing your e-mail messages by adding stationery, emoticons and even voice messages."; fDesc[3] = "any source and use it directly in your project adding effects and inserting audio. The program offers you all that you need to make a great customized video. Once the work is done, it’s easy to put it on CD, DVD or Blu-Ray, including the printing of your own personalized labels and cases."; fDesc[4] = "CDs containing all of your favorite songs: audio CDs for car or home CD player, Exact copies, Jukebox CDs, Data discs, Data Images, and more."; fDesc[5] = "creative projects. Take any picture you want and put it in a funny frame. You may also take a picture from your webcam; there is a quick access to this function in the program."; fDesc[6] = "collections of all the imaginable music styles. Last.Fm opens a whole universe of new music, only by creating an account and downloading its freeware software."; fDesc[7] = "digitize it, open it, complete texts, including lines and check boxes as well as default stamps or personalized stamps. Allows you to create a PDF file of several pages generated by combining pages from different image files."; fDesc[8] = "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[9] = "digital pictures and text. The interface is remarkably user-friendly, and it offers easy access to complex tasks with great simplification."; fDesc[10] = "professional photo calendars including your own pictures. The program is included in the pack Print Creations, and includes many free and purchasable calendars to choose from. Free calendars are really beautiful and for different tastes, and the purchasable are not very expensive."; fDesc[11] = "user can chose between dozens of professionally-designe d templates and models. It is also possible to create photo calendars, photo albums, books and much more."; fDesc[12] = "it possible to create logos in just minutes. In just four easy steps a log is created and there is not even a need to have a user’s manual to do so."; fDesc[13] = "and in other applications. This is a program with which you can create, edit and convert animated cursor files (.ani). With this tool, you can create cursors of any size."; fDesc[14] = "many themes included and much more available for download. The easy to use interface also lets you insert personalized fun captions, quotes and titles, doing it all with just a few clicks."; fDesc[15] = "printout includes a greeting, by name, from the then-President of the United States, plus newspaper headlines & more."; 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 = '...'; } }