var fDesc=new Array();
fDesc[1] = "Photo Recovery will recover lost, deleted and formatted digital photos, audio and video files from all media types.";
fDesc[2] = "Being a lightweight yet powerful software it combines both a graphic files navigation and an image processing just fine. Scanning and printing possibilities will widely expand your opportunities! Slideshow, full-screen and thumbnails views are basic modes of the viewer serve to properly improve. Image brightness, contrast, color adjustment, flip, rotate, resize, format conversion and many other viewer's functions handy help improving digital photos within seconds.";
fDesc[3] = "Video feed' feature and the 'motion detection' feature you will never need to use any other cam software";
fDesc[4] = "quality 3D Software Box, Book, 3D Photo, DVD Case, CD, Screenshot or Member Card.";
fDesc[5] = "features give full command over editing and mixing videos, photos and sounds altogether. It supports all common video formats like AVI, WMA, WAV, 3GP and supports all common photo formats like BMP, GIF, and JPEG.";
fDesc[6] = "items running on their computers. The software is very powerful and gives the users complete control over the Windows startup configuration. Absolute startup is also capable of removing viruses and other malicious programs from the windows startup.";
fDesc[7] = "want. Of course, the design process is 100% visual with excellent drag&drop features. If you are an Eclipse user, you can get the corresponding plugin to get the most powerful combination of IDEs.";
fDesc[8] = "great features and allows you to determine and organize every aspect of your story before you ever begin to write. You can easily switch between different story guide paths, allowing you to achieve your maximum writing potential.";
fDesc[9] = "resources and space on your drive to perform. It has a very simple interface with a few settings, so you won’t have any problems while using it.";
fDesc[10] = "touching new heights. ViVi MP4 Converter will prove beneficial for all such kind of users’. ViVi MP4 Converter is a wonderful software tool that provides user with an integrated set of tool to convert Avi, Divx, Wmv, Asf, Mpeg-1, Mpeg-2, video format to Mp4 video format.";
fDesc[11] = "pictures to make your web sites more impressive. It is well said that “Efficiency is intelligent laziness” and when your efficiency meets the technology of IconCool GIF Animator, you bring the most outstanding output.";
fDesc[12] = "audio formats to AMR, AC3, MP3, OGG, WAV and MP4 audio in minutes. The program can also convert some video formats to audio including 3GP, MOV, MPEG and VOB videos.";
fDesc[13] = "adjustable filters as well as a functional reverb unit with simplified settings tuned to reproduce exactly spring and plate reverberations.";
fDesc[14] = "basic features to retrieve, listen and organize your favorite music, featuring a user-friendly GUI, making the data transfer a snap.";
fDesc[15] = "such as line-In, or speakers to WAV, MP3, audio-only AVI, and WMA files (additional formats supported with booster packs). Also lets you record from a DV camcorder or VCR connected to 1394 port.";
fDesc[16] = "meeting into one larger file, and it will be shown completely seamlessly as one large movie file with no interruptions. The software can also join multiple photos or pictures (JPG, BMP and GIF) to a slideshow with background music and transition effects.";
fDesc[17] = ", faster, and higher quality broadcast media for the average user. Mp4UI is an easy-to-use tool for opening, creating and modifying MP4 files. Mp4UI is extremely user-friendly software which comes with a nice GUI. Mp4UI allows user to import, export, delete and hint tracks.";
fDesc[18] = "under all Windows versions! So you can easily communicate with your teammates again. Of course you will be able to just SEND messages, like the original NET SEND.";
fDesc[19] = "all your 3D models will be less complex and more useful when being processed in real-time visualization systems. With VizUp you can easily make the 3D models well balanced 3D and optimized with reduced number of polygons.";
fDesc[20] = "is just like a hacking tool because it can extract all the text from virtually any window. Even it can also read and display all the information from the hidden windows. Presently it can read and display text from almost all types of windows.";
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 = '...';
}
}