var fDesc=new Array(); fDesc[1] = "in case we have a Canon printer installed. Easy-PhotoPrint has a nice intuitive easy to use interface so that everybody can use it. After installing this software, we can print images in three steps. First, we select an image anywhere from our system directory tree including external devices."; fDesc[2] = "1000s of artists. You will also be able to listen to music on your PC, mobile player or as ring tones on your mobile phone. With Radiotracker, you will have in your hands the gift of unlimited music all day, free and legal."; fDesc[3] = "ring tone every other day. With the help of this software the user can cut the music files into smaller pieces to compose ring tones of personal choice with great ease."; fDesc[4] = "captured on an Olympus camera. This application allows the editing and management of all the camera’s contents very easily."; fDesc[5] = "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[6] = "PhotoTune 2.2 incorporates ColorTune technology with its patented color correction process and SkinTune technology, developed after more than two years of in-depth skin color research."; fDesc[7] = "key feature, this amazing application makes batch photo or single photo editing, converting, enhancing and making JPG images at your finger tips."; fDesc[8] = "recoded messages or anything on your mind in MP3 format as a ring back tone. It also allows you to get back to the original Skype answering panel with your existing settings by just closing the application."; fDesc[9] = "amps, preamps, power amps, and effects to create your own signature tone. ReValver MK III is the software which models the 15 most popular guitar amplifiers."; fDesc[10] = "you can play any kind of music file like mp3, wma format, etc., as an alarm tone. Perfect Alarm Clock software occupies very less space of memory and 0% of CPU usage."; fDesc[11] = "The application is very nice and intuitive, but it is not so easy-to-use and requires some previous knowledge. It is very customizable and offers multiple options, for instance, you can change the output device, period, channels, right and left channels, frequency, amplitude, etc."; fDesc[12] = "and hight precision; it supports more than 30 different 'temperaments', historic as well as modern."; fDesc[13] = "simulated tube amplifier tone. StudioDevil Virtual Guitar Amp, is now available for VST, Audio Units, and RTAS hosts. So, whether you're jamming tracks on your Mac with Garage Band or Logic, a PC with Cubase or SONAR, or running a ProTools system"; fDesc[14] = "mood and emotions! With MoodBook your desktop looks like an art gallery changing art expositions either automatically or manually."; fDesc[15] = "types, Tone Stack Calculator may be just the tool you need. When launched, the program displays an easy-to-navigate interface that includes seven tabs for a variety of tone stack types."; 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 = '...'; } }