var fDesc=new Array(); fDesc[1] = "audio and video. You may capture your video footage directly, using a web-cam attached to your computer. You may then edit the audio and video tracks of this media file, separately and independently of each other."; fDesc[2] = "Windows applications and web pages. It includes advanced text search capabilities and a 'favorites' tab to save the more often searched topics, themes and/or terms. The application itself includes an image editor to help user on including the help file to the developed and compiled program."; fDesc[3] = "draw your own works of art. You can acquire digital photos from file on your computer or directly from a scanner and at once start to work with them."; fDesc[4] = "mobile devices to snap pictures of any text and then convert those pictures into a text file. The program even has a text-to-speech engine, for you to save the regignized text to WAV or MP3 formats."; fDesc[5] = "will be able to create a book with any picture or image you want, adding text anywhere on the screen, edit it whenever you want and print it in a professional mode."; fDesc[6] = "create art in two or three clicks, the program is based in two different artists styles (Andy Warhol and Roy Lichtenstein). When the program is open you can find a lot of tools to manage your images, you can find three toolbars (Standard, Effects and Text), two windows and two panels."; fDesc[7] = ", JPEG, PNG, EMF or GIF), you can print posters any size you want, using any Windows printer, with any paper supported by your printer (A4, A3, Folio, Letter, etc). You will be able to use any font installed in your system for text."; fDesc[8] = "color coded. A very useful Visual Editor is included in the application for watching the conversion results and for possible necessary retouches on the generated image. Output resulting image can be resized for matching any picture container."; fDesc[9] = "adding text, image or jpeg properties watermarks. This tool makes it amazingly simple to virtually protect your copyrights by simply adding a text or image."; fDesc[10] = "watermarks to your image (GIF, PNG, BMP, JPEG, TIFF), video (AVI, Mpeg, DVD, WMV, QuickTime, Mpeg 4, RealMedia, DV) and flash files. It also allows you to convert your files to multiple formats. You can add text, image and audio files, rectangles or blurred areas as watermarks."; fDesc[11] = "image file types like PNG, BMP and of course JPG files. With Kana WallChanger one can resize the image to fit to your computer screen. Kana WallChanger also manages to change the System display settings from the system tray menu."; fDesc[12] = "Software’s eBook to Images can now convert your text files into images that will fit your handheld device’s specifications. It opens most well-known text documents (like DOC and PDF) and transforms them into small image files that you can read in your iPhone, Zen or PSP."; fDesc[13] = "users. When we open the program we can find two toolbars in the top toolbar have the same functions that the vertical toolbar and one window. In the first toolbar in the button File can: open, save, back or forward, print and more."; fDesc[14] = "With this program, users can take an image into it and have it processed into a file of color-coded text characters that are combined to resemble the image."; fDesc[15] = ", and information about the album, such as year, catalog info, CDDBKey, producer, and comments in simple text .txt format. It is also possible to upload a .bmp image to the album label. Then we can add our favorite songs from our computer directory, including external drivers."; 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 = '...'; } }