var fDesc=new Array();
fDesc[1] = "100 file formats. Since 2004, Tunebite has been mentioned and singled out for excellence in more computer trade publications than any other legal software solution that removes DRM copy protection. Tunebite legally removes the audio DRM copy protection from music & audio books by re-recording it at up to 54x the speed. With either the playback software or Tunebite, additional copyrighted music & audio book files can be copied by using the virtual CD-burner. Tunebite has one of a kind quality control with “PerfectAudio”, guaranteeing error-free audio output. Tunebite turns the PC into a high-performance, Video DRM converter and ensures the synchronicity of video & audio while the copyrighted video files are played back. In the process, Tunebite legally photographs, frame by frame, the replayed, copyrighted films & saves them in the desired format. Tunebite informs you of the...";
fDesc[2] = "the Editor, or use de Design Wizard (that will guide you step by step) where you will be able, if you want, to use some of the ready-made templates provided with the program.";
fDesc[3] = "files you send, and will send to the recipient a direct download link to those files. In order to use the service, you will need to open an account with the service.";
fDesc[4] = "and workstation models and operating systems. HP Credential Manager 2.1 provides an interface to manage identity, credential, and multi-factor authentication through the HP ProtectTools Security Manager.";
fDesc[5] = "loss in sound quality";
fDesc[6] = "cards in English or pan-European language. Presto BizCard can be easily used to search and manage contacts. The RecoreR OCR engine helps in recognizing the card data with ease.";
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[8] = "photos lost because of file system corruption of the storage media, unintentional or intentional formatting, turning the camera off unexpectedly. accidental deletion of files. corruption or damage to the media or other situations.";
fDesc[9] = "fascinates you. Vista boot logo generator is an application that lets you customize the boot screen of the operating system, that is, changes the logo start on the Windows Vista you want.";
fDesc[10] = "videos from your PC to the memory card from your PSP. The bottom line is that PSP Max Media Manager is a way to expedite the transfer of files between your PC and your PSP.";
fDesc[11] = "Ogg Vorbis) or uncompressed WAV files from a flash memory card. ARM-Native MP3 and Ogg Vorbis decoding. Pocket Tunes can decode any MP3 or Ogg Vorbis file in real time without any skips or delays. Full Skin Support. The PocketTunes player screen is completely customizable, allowing you to adjust the display to fit your mood. High Resolution. The default skin (and many others) take full advantage of the Tungsten T's high-resolution display with 16-bit graphics. WAV File Playing. Play most uncompressed WAV files. Five-Way Navigator. Use the Five-Way navigator control on the Tungsten T to play, pause, adjust the volume, or skip to another song. Play Lists. Create custom play lists to organize your music. Shuffle and Repeat. Toggle the shuffle and repeat buttons to change the order your songs are played. Volume and Balance. Adjust the volume and balance as the song is playing. Seek Bar....";
fDesc[12] = "software client is free to download and sharing albums is also free of cost. The most useful feature of this software is a simple user-friendly interface with well directed wizard options for creating cards and picture albums.";
fDesc[13] = "recovered from your PC after they have been deleted. SecureClean is designed to provide every user with the highest level of personal privacy protection by finding and overwriting old data, making it impossible to recover.";
fDesc[14] = "collection features twelve popular card games including Silver Klondike, Pyramid golf, Freecell, Fourteen Out, Four Seasons, Yukon, Clanfield, Blind Alleys, and many others.";
fDesc[15] = "software. We can download it directly and in no time from the developer's website. It has been designed to offer us a simple yet useful tool for managing our files, system, folder, hard drive, DVD/CD drivers, USB sticks, memory card, etc. It can save us a lot of time and effort.";
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 = '...';
}
}