var fDesc=new Array();
fDesc[1] = "words. User can select the word from the list box and the synonym is displayed in Urdu beneath the list box. CleanTouch English-Urdu Dictionary allows search of the first letter but subsequent letters initialize the search to the first letter";
fDesc[2] = "easily! Features a WYSIWYG design editor, an advanced binary patching engine, support for automatic updates, one-click deployment to the Internet.";
fDesc[3] = "single utility that replaces almost all different utilities for various applications that deals with image editing to generating HTML codes and Emailing to FTP uploading, etc.";
fDesc[4] = "transfer functionality and SSH tunneling capability. It's a cross platform application that is compatible with Microsoft Windows and Linux.";
fDesc[5] = "sense of security that the application itself cannot deliver. What I mean with this is that your files will never be safe only because they are hidden. You wouldn't just hide your money stash somewhere and leave it unprotected, would you?";
fDesc[6] = "needs. With this software, you will be able to capture video from your web cam, dv captur, tv capture or other devices in a very simple way.";
fDesc[7] = "software. The Picasa world is a program where you can find and organize your photos. This complement is the way to upload photos directly to the Picasa Web Albums and share with friends and family the pictures you have.";
fDesc[8] = "(BPMs) and UML Models. It's Java based, so you will need to install the latest JRE in order to use it. But its installer is compiled to work on Windows systems only.";
fDesc[9] = "your images to the list, click a few buttons and watch your new web gallery come alive. This all is done by the help of a wizard which guides the user through a series of easy steps to create photo galleries easyly and fast.";
fDesc[10] = "their ideas and to analyze things better through concept maps. SMART Ideas is an excellent tool as it encourages students to become independent thinkers and more creative.";
fDesc[11] = "Disc and many other recordable items supported by the computer in use. The idea behind the software is to allow consumers the ability to save their data onto a disc that may be used with an external form of entertainment";
fDesc[12] = "www.Wikipedia.org without taking the trouble of going to your favorite search engine. This incredible software is completely integrated into your browser, and the only thing you have to do is type the keyword in the search box and you instantly get the information you want in Wikipedia.";
fDesc[13] = "creates a niche for itself. It is very easy to use and the graphical user interface is also easy to understand. This software comes in a very small self extracting package approximately 590 KB but is loaded with good features.";
fDesc[14] = "easier. This software is highly efficient and is very fast. This service becomes useful when the user finds it difficult to find the right window from the multiples existing ones.";
fDesc[15] = "difficult to categorize. Maybe the nearest categorization would be that of a picture dictionary, but it’s also a talking dictionary and you could even use it as a translator.";
fDesc[16] = "character. The software is capable of extracting any analog character. It has an open architecture with many adjustments. It is a good choice for real time use in live or studio performances.";
fDesc[17] = "data using strong encryption to keep them safe from possible threats. The program will enable you to store passwords for e-mail and online banking, credit card numbers and other sensitive codes";
fDesc[18] = "keyword is typed in any program, it will be replaced by its corresponding phrase. The program allows users to add new phrases or modify and even delete any existing one.";
fDesc[19] = "disk format, file/directory deletion, virus attack, bad boot record, corruption or damage in the allocation table, Volume Table or Directory Tree and software corruption.";
fDesc[20] = "aspects of events that require the use of Event Wristbands, that provides the tools they need. Users are provided with many useful templates, files and designs to aid them wit the creation of wristband events labels that will suit their individual requirements.";
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 = '...';
}
}