var fDesc=new Array(); fDesc[1] = "user of compact cameras, ACDSee taking a more professional version for the advanced user. For the price it has is an interesting option for the purchase by the amateur ."; fDesc[2] = "first piece of evidence of that. But is worth every pound of its weight and every buck of its price. Why is that? Because it does what any other PDF creation and edition can do and some things else"; fDesc[3] = "installed in our computer or Pocket PC. Students, for example, can save their AutoCAD projects done at the university or college and view them at home in their PC later, without AutoCAD or Internet connection. We can edit, measure, calibrate, zoom, view layers, block attributes."; fDesc[4] = "files. Konvertor gives you professional quality imaging tools to view, edit, modify, organize, enhance and print your images. You can create web albums, PDF albums, panorama, IE animated logo, thumbnails using simple tools."; fDesc[5] = "managing your files, viewing images, playing video or audio files and uses like those. With this application, you will even be able to manage your PDF and Microsoft Office documents."; fDesc[6] = "seconds, reducing file sizes by roughly a factor of 10."; fDesc[7] = "database structures and data. SQL Delta also reports on structures and data including differences and exports reports to HTML, XML, PDF and Txt."; fDesc[8] = "and unique keywords, allowing to compare non-related files. Word-by-word comparison compares files with a common ancestor."; fDesc[9] = "keywords, allowing to compare non-related files. Word-by-word comparison compares files with a common ancestor"; fDesc[10] = "secure CSF."; fDesc[11] = "Create comparisons (DeltaView’s) 8x-10x faster Compare Word-Word, PDF-PDF, Word-PDF & PDF-Word Compare one document to multiple versions Document Review Get fast and accurate multi-person document review Eliminate multiple versions with complete document lifecycle management Convert PDF documents into Microsoft Word for editing"; fDesc[12] = "even compare files within zip files. Includes zsDuplicateHunter a powerful duplicate file finder for free!"; fDesc[13] = "and pdf files. The Standard Edition allows you to create snapshots and patch files. It also has improved file comparison including binary"; 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 = '...'; } }