var fDesc=new Array();
fDesc[1] = "broken files. It can also capture snapshots, video or audio from the file. You can nearly make all the possible changes in a file. So give it a try and you won’t be disappointed.";
fDesc[2] = "program you can create your own publications from scratch or use its predesigned templates and clip-art illustrations that you can modify according to your needs and likes.";
fDesc[3] = "File for playing on mobile phone easily and quickly! Watch your own Videos on your 3GP Phone anytime, anywhere. It features excellent video and audio output quality with super fast processing speed. Really comfortable for usage with beautiful user friendly interface.";
fDesc[4] = "100 file formats. Since 2004, Tunebite has been mentioned and singled out for excellence in more computer trade publications than any other legal software solution that removes DRM copy protection. Tunebite legally removes the audio DRM copy protection from music & audio books by re-recording it at up to 54x the speed. With either the playback software or Tunebite, additional copyrighted music & audio book files can be copied by using the virtual CD-burner. Tunebite has one of a kind quality control with “PerfectAudio”, guaranteeing error-free audio output. Tunebite turns the PC into a high-performance, Video DRM converter and ensures the synchronicity of video & audio while the copyrighted video files are played back. In the process, Tunebite legally photographs, frame by frame, the replayed, copyrighted films & saves them in the desired format. Tunebite informs you of the...";
fDesc[5] = "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[6] = "features which satisfies the every creative needs of the graphics users. It is easy-to-install, repair, manage and fast enough with a wide range of tools and special effect features. Packed in a 3CD media, it includes a number of clip arts and 3D text effects to make your work easier than ever.";
fDesc[7] = "to your PC, iPod or any mobile just in a few seconds. With this incredible program you will be able to convert YouTube videos to AVI, MOV, MP4, MP3, 3GP and enjoy them on your iPod, iPhone, PDA, PSP or any mobile phone wherever and whenever you want.";
fDesc[8] = "includes many pre-formatted business card templates, clip-arts and backgrounds which help you design original cards very easily. However, you can also add your own images and clip-arts to create exactly the card you want.";
fDesc[9] = "Virtual Music Studio Products for PC – Dance eJay 7. In this program, you are confined only by a music genre. What comes to everything else, you are free in your creativity. You can make your own songs and unique mixes.";
fDesc[10] = "GIF animated images to AVI, and AVI video files to GIF files. The user interface is divided in two tabs, according to what you intend to do. The default view is AVI to GIF conversion, which is easier than GIF to AVI.";
fDesc[11] = "transitions to create an incredible slide show. With a lot of impact and show. You can also burn your movies that you have created to DVD or better yet, publish them to the web.";
fDesc[12] = "or adding new text or object to it. The application also gives user the liberty to resize images, trim excessive wasted space, flip the objects or change the effects.";
fDesc[13] = "Internet. Once you \"clip\" something, you can share with others on the web, including Facebook, your blog, by email or on clipmarks.com. You can create a clip collection that will be searchable from any computer with an internet connection, including your iPhone, Blackberry, or other mobile device.";
fDesc[14] = ", 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.";
fDesc[15] = "Downloader for all your download needs; download movies, music, and documents. In fact, download everything you want with Clip Downloader.";
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 = '...';
}
}