var fDesc=new Array(); fDesc[1] = "cleaning / deleting unnecessary files. It can also be used as a tool to monitor your network usage. Realtime Disk, Network, Memory and CPU usage graphs are available. Not much features in the program. Anyway, rating 3."; fDesc[2] = "plug-ins: Vinyl Restoration™, Noise Reduction, Clipped Peak Restoration™, and Click and Crackle Removal™ plug-ins. Save valuable time and money by applying the Noise Reduction processing power to salvage vintage vinyl recordings, and rescue problem tracks."; fDesc[3] = "user-friendly. It has multiple options for the configuration of its appearance, administration of screens and navigation, including shortcuts to our desktop, documents and other folders."; fDesc[4] = "developer's online store. SystemTweaker enables us to improve the speed, performance, and security of our computer by offering an easy to use interface, which gives access to the most requested windows appearance and system configurations,"; fDesc[5] = "side, so your hard disk won´t have to track them down. This is accomplished reading every part of a file, writing them in a temporary place, and the rewriting them in its permanent location."; fDesc[6] = "long time unattended recording and you don't miss the start of a song or sound. It can record any sound playing through or any signal connected to your sound card to MP3 and WAV format. To control the recording process Steady Recorder displays a sound waveform and its spectrum in real-time. With the selection tool you can easy navigate throughout the recorded sound, play, select and save any portion of a waveform. General features: Support simultaneous recording, playback and saving. Delayed selection and saving of the recorded waveform is enable. Fast control of available recording and playback audio devices. Recording tool features: Real-time a sound waveform and spectrum monitoring. Peak indicator with sound clipping detection. Very little usage of the computer processor."; fDesc[7] = "settings: Quick defrag, Complete defrag and Advanced defrag. All of those vary only in the extent and accuracy at which the application changes your filesystem."; fDesc[8] = "settings, in order to leave your system running at its peak performance. SpeedXP doesn´t have an installer, it´s a portable application. You must just unzip the downloaded file, and then run SpeedXP.exe from the destination folder."; fDesc[9] = "is achieved by cleaning up many unwanted files such as the installation programs left-over, all the temporary files etc., and this helps to improve your system performances."; fDesc[10] = "the Peak Program Meter used to measure the sound peak levels is what this plug-in PSP VintageMeter does. It is compatible with any sound application. It provides accurate volume levels for you to adjust to your requirements."; fDesc[11] = "filter and customizable shape. Included in the software are 3 filters. There is a low shelf filter, a high shelf filter and a boost/cut peak filter. Also included is its wide range gain (+/- 40dB per Band) and bandwith (.01 to 5 Octave) which makes it very versatile to create any filter shape."; fDesc[12] = "studio performances. The software is a very good quality compressor and expander. It has an open architecture with many adjustments. The software is capable of extracting any analog character. It has high compression and expansion ratios and very short attack and release time."; fDesc[13] = "CompressorX is a mixer plug-in and compatible with all Soundscape Digital Audio Workstations (for example, Soundscape 32) and DSP powered expansion cards (Mixpander, Mixtreme). This plug-in offers a good range of controls."; fDesc[14] = "ear. This permits rising the main volume of the sound file considerably without causing clipping or distortion! Peak Limiter enhances single sound samples, fully arranged music recordings and digitized speech."; fDesc[15] = "people with asthma, or carer's of one or more children who suffer from asthma. Can be used on a daily or monthly basis."; 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 = '...'; } }