var fDesc=new Array();
fDesc[1] = "active presentations.";
fDesc[2] = "source like Vinyl discs, and digitize it into a computer format. For that, the application uses two tools. First, and most importantly, it uses an audio recording system that can record from both the line-in, a microphone or optical-in, if you have it.";
fDesc[3] = "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[4] = "and information. It is an exquisite tool to build a detailed family tree. It permits you to create and store an ancestral database with individual data entering for each ancestor with demographic information, notes, references and pictures.";
fDesc[5] = "which assist the user in performing total clean up of the PC. Whenever user uninstalls any software, temporary files and files not deleted often remain on the hard disk, but the \"Clean Uninstaller\" tool takes care of this problem.";
fDesc[6] = ", in the Video tab, you can choose where to save your video file, which format would you like (AVI, WMV or EXE) and which codec you choose to use, which region of the screen will you capture, and configure the keys that you will use.";
fDesc[7] = "the whole process – from hooking up your player to your computer to burning the final CD. With just a few easy steps, it will capture the audio, clean it, split it into tracks and create the audio files for you.";
fDesc[8] = "attachment. This voice utility records voice messages and avoids typing short messages. Its GUI is simple and easy to use. There is no documentation on the software but is available on its website. JDVoiceMail works on Windows (32 bit) 95/98/ME/NT/2K/XP/Vist a platforms.";
fDesc[9] = "detail that you see on your screen. It also records sounds from a connected microphone, which can be very useful while making presentations. Even the sound played through the speaker also gets recorded.";
fDesc[10] = ", Insert, Format, Table, Tools, and Help. From the File option, it is possible to change the language, create and manage a database, search for records, backup, restore, import/export, print, and many more.";
fDesc[11] = "addresses to the point of delivery. This application will avoid having to cleanup mass mailing lists saving time on verification, validation and elimination.";
fDesc[12] = "tracks and MP3s. Digital cleaning features remove everything from light cloudiness to the worst sound abominations on noise-filled tapes, scratched records, and on MP3s that have been compressed to death.";
fDesc[13] = "Canada, and also for the cab managing and scheduling teams. This piece of software provides a quick summary of whatever a particular driver has done in the shift till that point of time and what more can be done in the rest of the duration.";
fDesc[14] = "can be declared as text or number. Ten Photographs or multimedia files can be added for each record. The records can also be ordered by any of the 22 fields. It is also possible to seek on the first field.";
fDesc[15] = "'pops'. It provides both automated and manual de-clicking features. It can also capture sound directly from the sound card to record the information digitally on the computer. However , some common features like cut and paste in editing sound is not available in the software.";
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 = '...';
}
}