var fDesc=new Array();
fDesc[1] = "an easy and fast way. All burning functions are perfectly classified within its easy-to-use tabbed interface, and even drag-and-drop feature is supported.";
fDesc[2] = "computer for malicious programs such as viruses, Trojans, backdoor programs, worms, malware etc. Furthermore it monitors every action executed by the user or the operating system and takes prompt action when a malicious program is detected.";
fDesc[3] = "be in any desired file format such as .MP3 or .WAV. The software is available in two flavors, namely personal and professional, and as the name suggests the professional version is meant for the advanced user.";
fDesc[4] = "monitoring software to help you produce superior-quality results from your video camera. Designed to run on a laptop or workstation, Adobe OnLocation CS3 gives you an impressive array of production tools to help you shoot better and faster while saving you time and money.";
fDesc[5] = ", signatures, addresses, visiting the same web site over and over, etc. into a simpler job or an automatic process. Record an activity and then re-do that process by just a hotkey combination.";
fDesc[6] = "whole process is automatic, relying on the silences and long pauses that we find in spoken recordings. The process involves no re-encoding, thus preserving the original quality. This application has been designed to be accessible for blind and visually impaired users.";
fDesc[7] = "you with useful information. Using this software, you will be able to track work time, projects, costs, pauses and Internet and software use.";
fDesc[8] = "to 100 hours. Start, Stop, Reset functions allow pauses and restarts. Great for classrooms and presentations.";
fDesc[9] = "schedules. It has a 11 step setup wizard that provides the instructions for initial setup like micropause time (small breaks typically 15-20 seconds), rest breaks (last little longer from 8-10 minutes), micro pauses between Rest breaks & event type selection.";
fDesc[10] = "Player comes in handy with player controls options like play icon which plays as well as pauses the currently playing flash video file. SoftwarePile Free FLV Player has also got sound icon to adjust the volume or mute currently playing flash video file.";
fDesc[11] = "Quran and you need to download these separately as they are not included in the main program. These are available at the same place that you download the main program from. The recitation is done by Mahmood Khaleel al-Husaree, in high quality.";
fDesc[12] = "and/or break reminders. Highly user configurable. Logs events. Many users around the World love it.";
fDesc[13] = "stretches.";
fDesc[14] = ", replacing the Windows login. For Windows Vista program install two-factor authentication Credential Provider. Support remote desktop login.";
fDesc[15] = "secretly and transfer them automatically through internet to support various sound formats, such as MP3, wav and vox in perfect stealth mode. You can also record and send your voice message by e-mail with its powerful new Voice Mail features. The Stealth Recorder records automatically whenever there are sounds, noises, or music and pauses as soon as there are no sounds. Since it can transfer what is recorded to an Internet email or FTP site (in the state of the background) automatically and stealthily, you can easily send or receive the contents of a conference or a transcript of lectures promptly. You can make 'Voice Diary' yourself or listen to what is recorded long distance at the actual spot where you are now. So you can make the best use of this program in many ways. It is particularly possible to record a high quality sound automatically for long hours on the smallest hard disk...";
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 = '...';
}
}