var fDesc=new Array();
fDesc[1] = "shall get a lot of services from windows live. It is a free service created by Microsoft. But there are many features that you will need to pay for like the Windows Live Call, which is something like Skype.";
fDesc[2] = "system. That's where filehippo.com Update Checker comes in handy, as the name suggests is a utility developed by filehippo.com. It scans a user computer for installed softwares & utility then it generate a list of softwares & send this information back to filehippo.com to check whether newer versions of these softwares are available or not. All this is done within a time period of 2-5 seconds. The result is then displayed in the browser windows for you to download. It also shows the recent beta versions of the softwares installed. You can check for newer updates right from your taskbar using the tray icon. From the taskbar it automatically searches for new updates & alerts you using a popup notification. You can also customize your results or change the default browser in which you want to show your result. It is a boon for computer users who want their softwares to be updated all the...";
fDesc[3] = "developing web pages & applications. It contains Apache Web Server, MySQL Database Management System & PHP Programming Language. So now you can develop your applications locally on you home PC and once you have developed you applications you can upload it to your webhost.";
fDesc[4] = "using latest version of much desired software. It displays small window screen in the corner of your system for updating when you open a new program. Therefore, it keeps your PC up-to-date.";
fDesc[5] = "It is especially useful when you have problems playing a video in your computer, like for instance, no audio, or errors concerning codecs.";
fDesc[6] = "of multiple audio streams, the capture from digital video cameras and others. It’s a tool for the creation of semiprofessional DVD’s.";
fDesc[7] = "Wise Disk Cleaner Pro is a very good pc harddisk cleaner for your computer. Wise Disk Cleaner Pro scans your pc space for rarely used softwares and allows user to choose which softwares/contents to be removed from the harddisk.";
fDesc[8] = "photograph, rotate it, and print as many copies as you need at exactly the size requested in your country. As a bonus, you can add some colour effects to your photographs before printing.";
fDesc[9] = "in the form of cache, unused setup files and lost file fragments etc. It has an automatic and manual mode for execution. Manual mode is for experienced users to analyze and select the files for deletion while automatic does it without any user intervention.";
fDesc[10] = "incomplete tags, and analyze quality of your audio files. It supports MP3, OGG, MPC, APE, AAC, FLAC; WavPack files, and ID3Tag V1 & V2 tags, Vorbis (Ogg) comments and APEv2 tags.";
fDesc[11] = ", sound operations etc. AVI toolbox is utility that splits the audio and video separately for video or audio based operations. It provides the convenience to burn the video files into CD with the help of the respective burn software support.";
fDesc[12] = "and applications installed on your computer. This way you can keep your PC up-to-date by using the most recent version of your favorite softwares. It is a boon for computer users who want to keep their systems always updated.";
fDesc[13] = "efficient newsletter management capabilities. Best of this tool is that K-ML has almost all functions an email marketing or newsletter distribution team needs. K- ML's ease to generate web page for subscription and un-subscription eliminates need of programming";
fDesc[14] = "transferring files from a High density medium to low density medium requiring multiple disks. The split files can be burnt onto the CD with the required software for burning. KFK is helpful to send files using email where the upload capacity of the email is limited.";
fDesc[15] = "space to accommodate files. This feature provides the user with the option to save underutilization of CD space while burning. When we opt to burn a software or data that is split across multiple CDs the normal CD burning software ends up writing ...";
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 = '...';
}
}