var fDesc=new Array(); fDesc[1] = "screen and a small window appears with the relevant text translation, information or conversion that you need without interrupting your workflow."; fDesc[2] = "appropriated application for completely cleaning all the programs traces. The user interface is very intuitive, easy to use, and the application is full of tutorials (assistants) for guiding users in all the tasks the program can perform."; fDesc[3] = "(generated by Autodesk programs), as well as DXF (also generated by Autodesk applications for interchanging design drawings). The publishers offer total compatibility to the current AutoCAD version in the market."; fDesc[4] = "products carrying the Libronix DLS logo work together seamlessly. Books from multiple publishers are automatically integrated into a single digital library on your system. You can expand your library with tools and content from different publishers and everything works together automatically. Look for the Libronix DLS logo to ensure that your growing library remains accessible through one, easy interface!"; fDesc[5] = "creating your own virtual page flipping e-Books. This program could be useful for authors or publishers. You can make use of this free trial period which gives you access to the full end-user product, as well as a severe security system which protects your work."; fDesc[6] = "video format that the user's system can play with a video player such as BSPlayer or Windows Media Player, and also with other video formats by downloading the apropriate codecs (as an example, for MOV, FLV, SWF, RM, QT, etc.)."; fDesc[7] = "web. Since this is a free application, publishers ask users to \"sign in\" with user email and password to enable them to choose one of the proposed plans: free or different kinds of prepaid operations."; fDesc[8] = "menu bar, one toolbar, two windows and in the foot of the program we can see an advanced box, a filter strenghtt and two buttons more."; fDesc[9] = "photographs of the same theme, for correcting the unique highlights or flat shadows of each of them. The resulting image has all the unitary details but all the differences in lighting and shadows are combined, wich means that they are corrected when blended."; fDesc[10] = "Jima and the battle of Corregidor, but this time has all the truthfulness, since one of its publishers is the History Channel"; fDesc[11] = "customize each button, to match the web page style or user requirements. Buttons properties can be set from dimensions to lighting.Dimensions can be adjusted in width and height, as well as to set the horizontal and vertical margins."; fDesc[12] = "and compile them in a single file. It includes all the files from a specific folder with images, flash, audio and video and makes a standalone EXE file, which can be opened from any Windows operating system."; fDesc[13] = "structured Microsoft Office Excel documents. A remarkable performance is the conversion speed: according to the publishers it can convert up to 450 pages a minute, so even long PDF documents are converted to MS Excel files in a very few minutes."; fDesc[14] = "a CD. Publishers announce this program as the easiest and fastest CD burning application, and it really saves users time (and errors) by guiding them through the burning process step by step."; fDesc[15] = "few that breaks the trend. InsightPoint is a tool for creating vector graphics and images entirely free complex that combines to perfection all the qualities to be treated as a powerful competitor to existing publishers of scalable vector graphics (SVG)."; 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 = '...'; } }