var fDesc=new Array(); fDesc[1] = "option for you. This small and simple utility is actually a powerful tool that will let you to capture anything on your screen. You will be able to choose if you want to capture a specific region or full screen."; fDesc[3] = "PowerpointImageExtract or is a fast free tool to make copies of the images and the audio contained in any PowerPoint® presentation or slideshow (PPT and PPS files). It creates a new folder in your system where all the images and a WAV file with the audio are stored (provided that audio is included in the presentation)."; fDesc[4] = "pictures, but also for scrapbooking, since you can also add text and even hypertext links. There are two ways of starting a project. You can create a new book, which will give you a sort of 3D representation of a book."; fDesc[5] = "slideshow video from your photos. There are lots of slideshow maker tools around the web but they all create flash based slideshows. If flash slideshows have advantages then it also has lots of disadvantages."; fDesc[6] = "and various transition effects. As a result you can get a standalone executable (.exe) file with music, images inside."; fDesc[7] = "transitions. Search folders with tree-view, clipboard via Drag&Drop for pre-selection, catalog view with preview, file operations"; fDesc[8] = "as a FlipBook on the Web or on CDs for viewing on a PC."; fDesc[9] = "to music and sound support."; fDesc[11] = "but not so attractive user interface that can be used by virtually anyone. In the trial version some of the features are not available and you will be able to add only three images."; fDesc[12] = ", technical diagrams, logos, pamphlets and more ! Print or export your work to file in JPG, PNG, GIF or WMF format."; fDesc[13] = "Internet as html. You can also add advanced features like a thumbnail page, music, texts and more."; fDesc[15] = "credits). It automatically displays songs and presentations in the format you have set and changing this is fast and easy."; 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 = '...'; } }