var fDesc=new Array(); fDesc[1] = "documents and image files into fully editable text documents. It handles the recognition process automatically, but you can also define areas of text, graphics and tabular formatting."; fDesc[2] = "create professional-looking reports by adding dynamic graphics and animated charts. Besides, you can choose different formats for your report such as a bar chart, pie chart or cross-tab summary tables."; fDesc[3] = "variety of keyboard layouts. The program supports novice and expert users who wish to improve on their typing skills. It is appealing to adults and children alike by applying feeback techniques to keep the user interested in taking the next lesson."; fDesc[4] = "and Flash Video (FLV) into all popular graphic formats such as Projector EXE, AVI, animated GIF and frame-by-frame JPEG/GIF/BMP image series targeting almost any potential customer."; fDesc[5] = "like and to the location you want. But that is not all, you also can take multiple screenshots from the video you're working with and put them together into only one image file, with and amazing comic-like look!"; fDesc[6] = "on a new site or modify an already done site. If you´re starting a new site, you will have to choose its name and where to save it."; fDesc[7] = "allows up to six players to sing along with the music that sounds through your speakers, reading the lyrics in your screen, using microphones in order to introduce your voice and score points, depending on the pitch of the voice and the rhythm of singing."; fDesc[8] = "tool one can also invert the colors and view them through this virtual glass. The user can also define the area size which he wants to cover. With the advanced settings one can also define the short cut keys to open and close this application."; fDesc[9] = "find and remove duplicate email messages in Outlook. On startup, you can define if you want to look for duplicate files or messages. Then, you will be able to select the built -in search template you want to use or define your own search template."; fDesc[10] = "be able to create high-end 3D images and animations. CINEMA 4D is available in several languages including English, German, French, Spanish, and more. CINEMA 4D has any needed tool to define landscapes, characters, clothes, objects."; fDesc[11] = "you can relax and let nothing be randomly decided. Streets and Trips features a complete set of maps of the USA. All the streets and routes are presented in detail. You can define a start point and an end point, and the application will give you driving directions."; fDesc[12] = "if you press CTRL while opening a new IE window, it will be automatically sent to the background. You can define a key for hiding/closing all IE windows."; fDesc[13] = "install it, ZebraDesigner will scan your system for installed Zebra printers. Shouldn´t you have one installed, you´ll need to install one, otherwise the program won´t work."; fDesc[14] = "have in your desktop thumbnail API's can be used to access thumbnails of open windows. With Vista/XP Virtual Desktops you can have as many desktops as you want and can seamlessly switch between them."; fDesc[15] = "names should look, assisting them in keeping their filing in a more organized and efficient way according to their requirements."; 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 = '...'; } }