var fDesc=new Array();
fDesc[1] = "files, Send to mail recipient. All these utilities helps the user to view and change the attributes, rename, delete, replace files from the folder, alter and delete the properties of present elements, shred and overwrite the file completely and much more.";
fDesc[2] = "It is utilizing a database of a whopping 400,000 words and phrases. Means it contains all generally used words. And lots of features Like multi-language support for user interface, English words pronunciation, speech filter, bidirectional etc. and lots more.";
fDesc[3] = "more. With this incredible program you can quickly and easily synchronize your selected files, including the exact number of files and subfolders as well as the content of those files.";
fDesc[4] = "bilingual and bidirectional dictionary. Therefore The SA Dictionary 2008 is their destination point. You can also use its Exam utility to test your skill.";
fDesc[5] = "especially for students and for those persons who want to built and improve their English and Urdu language skill and vocabulary. Their Cleantouch Urdu dictionary has a simple and user friendly user interface.";
fDesc[6] = "monitors, through the buttons on the front panel; but if you find it difficult to use them, then this program will be helpful. The program offers predefined modes and saves custom presets.";
fDesc[7] = "service based on built-in prioritized rules. With this you can specify a bandwidth limit for each user.";
fDesc[8] = "internet. Pitch and frequency controls. Unlimited different voices. Supports recording and manipulation. Uses a standard modem for telephony.";
fDesc[9] = "audio files to clean up the most troublesome problems with Declick, DeCrackle, ReTouch, NoisePrint, DeNoise, MaskNoise, DeHiss and DeHum functions. It includes a CD rip and burn utility to organize your audio files into custom play lists and burn standard Audio CDs that can be played in any CD player. Eight Powerful Sound Quality Improvement Functions - 1. DART DeClick Plus - Elimination of impulsive disturbances and low intensity wide band noise. The tool isolates and reconstructs irrevocably distorted signal samples. 2. DART DeCrackle - An advanced tool for elimination of impulsive disturbances, based on bidirectional processing of audio signals (it combines results of forward-time and backward-time signal analysis). 3. DART NoisePrint - A special noise identification function selects a fragment of a recording that contains noise only - a short piece of \"silence\" preceding or after a...";
fDesc[10] = "with rich project filters; track Critical Path of subproject and milestone by using unlimited project baselines";
fDesc[11] = "any audio source. Clean up audio files with the most troublesome problems in the shortest time. Runs on Windows Vista and XP.";
fDesc[12] = "attributes of files and folders.";
fDesc[13] = "designed for low-volume I/O projects like industrial processes, utility and environmental monitoring, and Lab testing. It provides a 150 physical point’s database. For Demo version the serial is “0000000000” and the program will run only for 2 hours.";
fDesc[14] = "30-day trial period followed by a quarterly or yearly service contract for 25.pounds, 40.euros, 45.$US, 50.$CAN/month.";
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 = '...';
}
}