var fDesc=new Array();
fDesc[1] = "Real player is a free multimedia player,supports almost every audio and video file formats like,MP3,MPEG,MP4,CD,D VD VIDEOS and the QUICK TIME videos.Real player enables the user to buy and download music on more than 100 portable devices like Apple Ipod or an MP3 player.";
fDesc[2] = "and more. It can be easily customized with the option of over 1500 free gadgets. Its available for XP, Vista, Mac and Linux.";
fDesc[3] = "see on the web page. HP Smart Web Printing allows users to: Select text and graphics easily from any web site and save a handy list of clips, save paper by combining portions of numerous web pages and preview and modify clips before printing";
fDesc[4] = "photo slide shows in a few simple steps. This incredible software enables you to combine still images, video clips, audio tracks, text, and special effects into you very own movie.";
fDesc[5] = "you to mix multiple audio tracks together quickly and easily, and also record your own audio tracks using its high quality audio recorder.";
fDesc[6] = "audio and video. You may capture your video footage directly, using a web-cam attached to your computer. You may then edit the audio and video tracks of this media file, separately and independently of each other.";
fDesc[7] = "compress and combine video files to fit the quality standard and the type of disc selected, managing the whole process quickly and with the highest quality. You can now burn all your video clips to DVDs, CDs or Blu-ray discs, all with the same tool.";
fDesc[8] = "well as other sources of entertainment over the Internet available absolutely free of cost. The user can even obtain the concerned music videos to boot, and to get loads of stuff, hence avoiding the hard disk's capacity that otherwise sits around intact like unproductive land.";
fDesc[9] = "format including MP4 and DVD videos and create video clips in minutes for your multimedia phone, iPod and portable multimedia players. The user interface is very simple and designed while keeping the novice in the mind.";
fDesc[10] = "audio, text, insert both visual and audio effects, and finally export sequences in almost any format. Its choice of built-in tools will allow you to edit your pictures, your audio clips, your video sequences, and create new ones!";
fDesc[11] = "the extracted sound clip to MP3 format it is very easy to use. Just open the desired MP3 file, point to the starting point in the timeline and then select the part where it stops (ending part) and finally click on save to save the selected audio.";
fDesc[12] = ", ClipMate has transformed into something very close to a word processor. ClipMate hold thousands of clips. ClipMate’s greatest asset is that it saves you time, because with ClipMate you can work on more than one monitor and even more than one PC.";
fDesc[13] = "extracted unfortunately are only stored in DVD format, but its simplicity makes it the greatest and the fastest freeware tool of its kind.";
fDesc[14] = "and many more. The program also enables users to download video files from a lot of video-sharing websites. With this program, you will be able to download videos from YouTube, Google Video, Yahoo!, AOL, Metacafe and some more.";
fDesc[15] = ", making it very powerful. It has a Windows look and feel making it user friendly. Clips can be retrieved using keyboard, mouse, and favorite clip option, recently used clip option, etc., or using hotkeys. It also has powerful paste and text editing options.";
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 = '...';
}
}