var fDesc=new Array(); fDesc[1] = "with Spybot - Search & Destroy. This tool specializes in the removal of these kinds of threats while the Antivirus companies are barely just offering this."; fDesc[2] = "is a replacement for Windows Explorer’s copy functionality. It replaces Windows Explorer file copy and adds many features like transfer resuming, copy speed computation and control, improved copy progress display, copy list editable while copying, and an error log."; fDesc[3] = "disk)"; fDesc[4] = "features. Additionally, it has a built-in professional download client with resume capabilities. The browser supports many skins and a few plug-ins."; fDesc[5] = "switches and routers. The application uses multi-thread technology for ensuring robustness and completely trusted transfers. It is very interesting for networks designers and engineers when they have to transfer large network projects."; fDesc[6] = "and you win. The row needs to be led with a cursor, which you navigate on the playfield. The cursor acts as a needle leading a thread."; fDesc[7] = ", digital audio amplifier, playing area zoom, image capturing, learning mode, etc."; fDesc[8] = "possible and thread your way through a mysterious valley full of secrets. Unlock 9 secret Seal Chests to gain access to the hidden city Shangri La."; fDesc[9] = "connection? or just want to save a video you liked for later saving into a cell phone o mp4 viewer? Well the answer to the question is Video Grabber 1.0."; fDesc[10] = "Framework applications. Along with that the usage of memory is also profiled. It also profiles ASP. NET applications that usually runs on Information server of Internet. Finally all the window services are also profiled."; fDesc[11] = "from track number. Useful for testing your hard disks. Display partitions space distribution on disk."; fDesc[12] = "range of activities in real-time. It is an indispensable tool for system administrators,develop ers and support engineers."; fDesc[13] = "easy-to-use interfaces. And it is desiged with a multi-thread kernel that makes the converting speed very fast."; fDesc[14] = "threaded mails. The duplicate mails are also removed. The selected mails can be flagged for follow up actions."; 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 = '...'; } }