var fDesc=new Array(); fDesc[1] = "includes a new interface, new tools, more document viewing options, online meeting capabilities, support for more secure workflows, and a host of other new features to help you save time and money."; fDesc[2] = "high speed but leaves plenty of air in the compressed file. You can depend on this tool to be your only archiver you need as it's different from the other archiving shells, with its own strong compression format and built in support for other well known files such as (ZIP, RAR, MS-CAB)."; fDesc[3] = "general-purpose cryptography library, for data integrity, authenticity, and privacy security features. Perl or Cygwin needed for Win32 compile."; fDesc[4] = "sit on your email client, scans your emails and marks messages that have been verified as coming from a legitimate sender and that are not a spoof."; fDesc[5] = "clearly between the original studio quality and the cheap remakes. The software is designed to help you distinguish with high accuracy the studio based original CD and any remakes made using different audio source like an Mp3."; fDesc[6] = "implementation. You only have to drag and drop the file into the indicated area and the program will list you the name of the process and the md5 string, then you only have to compare it with the public value provided by the developers."; fDesc[7] = "your machine with only your voice print. www.windentify.com for live demo."; fDesc[8] = "of 1980's! There is no reason to try anything else but Pacadou game. Skeptics wanted!"; fDesc[9] = "and batch processing is now available."; fDesc[10] = "file or group of files and save it as an .SFV (Simple File Verifier) file. You can later validate files by opening the SFV file which contains the original CRC."; fDesc[11] = "of protection hard at work defending each user. Also optimizes registry, scans for harmful cookies and even, protects removable drives."; fDesc[12] = "Fender Rhodes Mk 1 and Mk 2, Hohner Clavinet E7 and Wurlitzer A200. With Elektrik Piano musicians and producers have an incredible range of e-piano sounds available in a single instrument, coupled with incredible ease-of-use and all the power and flexibility of modern software."; fDesc[13] = "mind away. This wonderful tool joins three of the most famous and high quality grand pianos – or at least their sound and essence – for you to have them right in your personal computer."; fDesc[14] = "past: Fender Rhodes Mk 1 and Mk 2, Hohner Clavinet E7 and Wurlitzer A200. With Elektrik Piano musicians and producers have an incredible range of e-piano sounds available in a single instrument, coupled with incredible ease-of-use and all the power and flexibility of modern software."; 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 = '...'; } }