var fDesc=new Array();
fDesc[1] = "more from their player. Its forward backward button option, media library, online music search option, minimode are very useful additions. All this packed in a simple interface and makes it a great media player to work with.";
fDesc[2] = "like customs buttons with gadget support, new tab page to access a new page, quick search box to navigate your web search faster, synchronized toolbar setting to access your information from any computer, and improved auto fill that allows you to have several profiles information.";
fDesc[3] = "formats like AVI, MPEG, MPEG 1, MPEG 2, MPEG 4, VCD, DVD, SVCD, RMVB, RM, WMV. You can also convert your video to audio formats such as MP2, MP3, AC3, RA, M4A, OGG, AAC.";
fDesc[4] = "performance and error messages. MV RegClean 5.5 accomplishes this by repairing invalid registry entries and removing orphaned references. Of course, you can make backups of the registry to revert changes if needed.";
fDesc[5] = "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[6] = "your taskbar, which makes sense. With it, you can simply select the buttons that are next to the Start button in Windows and move them around any way you like.";
fDesc[7] = "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[8] = "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[9] = "can radically reduce the size of media-rich files with no discernible loss of quality ? making them easier to use, store and share.";
fDesc[10] = "your login name and password for every site, storing them in a single file. You can password protect the generated list to ensure nobody would be able to steal your password list.";
fDesc[11] = "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[12] = "for clothes tailor made, and even when they’re somewhat patient to wait, you should not pressure them too much, otherwise, you won’t be able to sell anything. You can try this game for 60 minutes before you buy the licensed version.";
fDesc[13] = "structure? Install Handy Folders and get instant access to whatever you need. Here you can get to a location through different, yet equally short ways.";
fDesc[14] = "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[15] = ", 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[16] = "drives and dead references from the Windows registry. WinTools.net gives you control of start up process and customize system settings.";
fDesc[18] = "headaches when for any reason your PC crashes and fails. Backup Platinum is an easy-to-use utility that will help you in this annoying task, making the backup process something simple, easy, secure and fast.";
fDesc[19] = "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[20] = "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.";
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 = '...';
}
}