var fDesc=new Array(); fDesc[1] = "used as background to create funny and interesting images. What is more, the program includes hundreds of masks to choose from, various clip arts, funny and sweet cartoon figures, frames, outlines and the possibility to include text to make your photos even more attractive and interesting."; fDesc[3] = "allows you to edit images from a variety of formats and enhance them using different effects. Moreover, the program features a very simple and extremely easy to use user interface which does not need any technical knowledge and makes this task a breeze."; fDesc[4] = "who wants to enhance photos quickly: in business-related tasks, at home and especially it can be useful for beginners. The program offers you all the editing functions you can think of."; fDesc[5] = "can extract pictures from most popular video format file, as it supports WMV/ASF/ASX/WVX/WM/WMX /RA/RM/RMS/MND/RAM/MPG /MPEG/RMM/R1M/MP2/DAT/ AVI/FLV/VOB/MOV/QT."; fDesc[6] = "pictures in an easy way and in just a couple of seconds. Thanks to this program, you will be able to combine your pictures and merge them into one image."; fDesc[7] = ", get creative with talk bubbles and 40 stylish filters. Accurate color with professional color management."; fDesc[8] = "between other things. With this software, you are going to be able to find pictures on your computer, watch them, print them and send them via e-mail."; fDesc[9] = "printer. The program lets us retouch them and add some effects like soften, weakly soften, sharpen, grease, lithograph and more. We can also select the edge of glue - this lets us print our poster in a way that every page fits the others exactly."; fDesc[10] = "MPG, MP3 can be located and played. Multiple Play Lists and Slide Shows. Extensive Image Editing including merging sections of pictures."; fDesc[11] = "photo/image files at the click of a button."; fDesc[12] = "comments. Transforms pictures in batch mode, web-slideshows. Picture editor. View stitched pictures in the cyclorama viewer. SLideshow,Screensaver."; fDesc[13] = "Word documents and thereafter save the newly created file for your records. But, in time, you may wish to update the information or make changes to the PDF file and with a program like CreativeDoc PDF Editor you can do just that."; fDesc[14] = "calendar showing you special dates like birthdays, anniversaries, etc. It's in this situation where Custom Calendar Maker can help you. With this easy-to-use application you can customize your own calendars with pictures, and add important dates or events on them."; fDesc[15] = "you can edit text and graphics from any .pdf file, save your .pdf files as .doc files, add pages from scanner, and also start a new .pdf document from scratch, all without the need for Adobe Acrobat."; 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 = '...'; } }