var fDesc=new Array();
fDesc[1] = "make it work with your USB modem. This application allows you to configure your Tata Indicom USB modem on your system to set up an Internet connection.";
fDesc[2] = "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[3] = "of amazing and easy to use tools that will help to maintain your PC totally optimized, and as a result, you will get a better PC's performance.";
fDesc[4] = "your computer when ever you want. Lock My PC can be used for home or office use because of it's simple interface and powerful locking system. Lock My PC can automatically lock your PC at every start up, after system stands By or after desired minutes of inactivity.";
fDesc[5] = "getting slower - it's Windows that's getting clogged up. One of the main reasons for this is garbage left over by programs that don't get removed properly.";
fDesc[6] = "contact with the customers. What you have to do is to locate the correct ingredients in the kitchen and click on them. This can be harder than it sounds because the kitchen you are working at is a real mess.";
fDesc[7] = ", such as logos, titles, headings and buttons. MAGIX 3D Maker can produce both still and animated graphics that are anti-aliased and optimized for the best possible on-screen appearance, and exported in all the popular formats such as GIF, PNG, AVI and Flash.";
fDesc[8] = "every file, organize the data in different ways and much more. Composed with a list of editing commands like delete, fill, find and replace it provides two types of editing modes.";
fDesc[9] = "and audio formats with just a few mouse clicks. The whole process is fast and precise and you can preview the result in a small window on the interface.";
fDesc[10] = "WinAgents TFTP Server, you can make reserve copies of device settings, update flash images, store sound files for IVR systems and do many other thing";
fDesc[11] = "tools through an easy-to-use interface that seamlessly integrates with Windows Explorer. Version 11.02 adds a preview window (easily preview archives, images, text and many other file types, without having to open the archive or file).";
fDesc[12] = "program provides work with Phonebook, Calendar, Organizer, Pictures, Modes, Melodies and Messages sections. The program has the ability to store any data either in Phone memory (Flash memory card is also supported) or at hard disk.";
fDesc[13] = "a CD. Publishers announce this program as the easiest and fastest CD burning application, and it really saves users time (and errors) by guiding them through the burning process step by step.";
fDesc[14] = "also store subtitles and still images and allows streaming over the internet. Easy Video to MP4 Converter is an extremely beneficial software tool for those users’ who want their favorite’s videos to be played on MP4 players, iPod, PSP, ARCHOS and Palm etc.";
fDesc[15] = "AbsoluteFTP is a WinSock application for Windows, for working as an FTP transfer system between user PC and FTP sites. The first time the program runs, it asks for the desired location to store the Sessions database. Automatic broken transfers resumes and file synchronization.";
fDesc[16] = "PC as many times as you wish, by coping it on your hard disk. To make the converting process simpler for the novice users, it comes with default input settings. .";
fDesc[17] = "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[18] = "(notebook) on different networks. For example, switch from a static to a DHCP assigned IP address. Switch proxy, smtp, printer and more.";
fDesc[19] = ", custom preferences. Also saves all Internet Explorer and Mozilla Firefox custom settings, including favorites and history.";
fDesc[20] = "application will display a password on its main window. You can choose different settings that the application will follow before it generates a password. The passwords will be a sum of numbers and letters.";
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 = '...';
}
}