var fDesc=new Array(); fDesc[1] = "system configuration, security, cleanup and maintenance now optimizes Windows Vista as well"; fDesc[2] = "being the AC mode and the other being DC Mode (battery mode). Using this management software, you can choose among the many power profiles (Entertainment, Presentation, Word Processing, and Battery Life.) and set your laptop to last or extinguish the battery juices."; fDesc[3] = "countries and can classify it according to various criteria such as gender, country or station's / broadcaster's name. It classifies the stations according their type and programming: TV, radio, movies on demand and TV on demand."; fDesc[4] = ", Windows often doesn't manage your multiple cores very well, so you're not actually getting the full multi-processor power you paid for."; fDesc[5] = "range of features likes auto optimization, auto recovery of RAM, backup of system settings and Process List. It is also available in multiple languages like English, French, Spanish, German and many more."; fDesc[6] = "better. It not only checks every component and every folder of your system to make sure you do not host more files than those you need, but also monitors your disk space, your memory performance, and all your running processes."; fDesc[7] = "handheld. Typical Applications include test tone generation in studios for the alignment of levels, calibration and testing of audio equipment or speakers, tuning music instruments as an accurate reference tone, demonstration of audio principles to students and more. Features Sine wave, square wave, triangular waveform, saw tooth waveform, impulse, white noise and pink noise. Supports frequencies from 1Hz to 22kHz bandwidth (subject to sound card). Multiple simultaneous tones (1 to 16 tones can be created at the same time) (useful to create harmonics). Mono or separate stereo operation (ideal to create dual tones or 'beats'). Tone Sweeps (Log or Linear). Plays tone or saves as wav file."; fDesc[9] = "types of tools. The interface allows for easy navigation and high efficiency."; fDesc[10] = "find yourself driving an spectacular sport car. An important feature is that it's not only a racing game, you will notice that it's an innovating and advanced racing car simulator with tools for understanding and tuning vehicle physics."; fDesc[11] = "performance. PC Shower 2009 contains 12 tools for making your Computer more stable and faster.Only some clicks and like magic your computer will run faster with safety methods."; fDesc[12] = "instrument's arm, highlighting the string you want to tune; a dial shows if the user must increase or decrease the tension of the string to reach the appropriate tone. The user can introduce the sound to the computer using a microphone or directly (electrical instrument)."; fDesc[13] = "and hight precision; it supports more than 30 different 'temperaments', historic as well as modern."; fDesc[14] = "performance. It provides a common user interface for collecting performance data with the different tools integrated into this environment."; 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 = '...'; } }