var fDesc=new Array(); fDesc[1] = "one of the best available. It possesses a very accurate feature for the automatic detection of devices and a wide range of configuration options. Users don’t need to be experts in order to set a whole home theater quickly."; fDesc[2] = "for ZIP/ARJ/LHA/RAR/UC2/TA R/GZ/CAB/ACE. Command line, full text search also in packed files, button bar,FTP client."; fDesc[3] = "that is set in a teamplay, you can choose to be a terrorist or a counter-terrorist. Warning: this great game is very addictive! You’ll download it in a few minutes and you’ll be playing it in less!"; fDesc[4] = ", fast and quite simple to use software, what makes of it the perfect application for everyone. It's freeware, but the license is free only but non-commercial use."; fDesc[5] = "Using MP Navigator you can send image for printing, attach to e-mail or save it in PDF format. MP Navigator is easy and handy. It is aimed for ordinary users and allows scanning photos and documents quickly and easy."; fDesc[6] = "very high speed rotation that can sometimes occur when ripping CDS or DVDs to the hard drive. Acoustic Silencer will not remove defects caused due to improper disc geometry or defects in the drive clamping mechanism."; fDesc[7] = "installments, office functionalities without the need to load the whole operating system, Program 4.x series removed the preboot functionality for no documented reasons, focusing now on bringing the best experience within Windows, MediaDirect 4 now supports Bluray!"; fDesc[8] = "version, with new sounds and some minor improvements. Not the update the community was expecting, but this is the best choice for the amateur online racing driver that wants to have fun."; fDesc[9] = "to balance sound waves in such a way that the spine chilling effect is minor. It still carries features similar to its predecessor. However this version has integrated the need for high definition into its package."; fDesc[10] = ", embeded in scripting languages or executed from other applications. WHAT'S NEW IZARCC: fixed: create archives on USB drive added an option ($) to set custom temp directory bug fixes, minor updates IZARCE: added an option ($) to set custom temp directory bug fixes, minor updates"; fDesc[11] = "specifics of their computer. It gives even minor information about memory, CPU, and operating system of the computer. The power source of the computer is also displayed. All these information can be copied down to the clipboard and for a permanent storage it can be pasted in form of a document."; fDesc[12] = "applications before starting up the desired one. Typically, it would remove your desktop background, shut down the Vista sidebar and the desktop shell. Functions are forced to run in the background."; fDesc[13] = ", programs or applications! Clean your Internet files including browser history, drop-down URL history, cookies and cache al..."; fDesc[14] = "Paul’s Black Jack, based on the original Black Jack rules, adds some fixes like the screen resolution problems, and other minor bugs, making the game more stable."; fDesc[15] = "well as cords for creating quality chord songs. It features real sounds and a two handed animated display which helps the user to understand how to play chord changes, with major, minor and 7ths chords."; 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 = '...'; } }