var fDesc=new Array();
fDesc[1] = "sytem that is available whether it be Windows, Free BSD, Mac or Linux. As the name suggest it natively creates compressed RAR files which is a much better compression format as compared to the popular ZIP format.";
fDesc[2] = "for virtually all compression formats, including 7z . It is easy to use and offers a flexible working environment. Probably, one of the best alternatives in file compression software.";
fDesc[3] = "from the preferences window (WinAMP, DirectShow, Avi Synth, and Global Keys). Now, there are many different interface skins ready to be downloaded individually from the developer's site.";
fDesc[4] = "our own customized DVD. This program is very easy to manage even for those users with just basic Windows skills. The wizards will guide us along the DVD creation process in five easy to follow steps. First, we need to name our project, and select the output format (NTSC or PAL).";
fDesc[5] = "from the Web, e-mail photos quickly and not exceeding e-mail size limitations, resize images and make thumbnails.";
fDesc[6] = "TV from the Internet. DScaler requires supported equipment to even start. You need either a supported video capture device or a webcam that can handle lots of operations.";
fDesc[7] = "than ever. Flex GIF Animator offers a wide verity of special effects, motions and movements that help you to create professional looking animations without any prior knowledge.";
fDesc[8] = "customizable, so you can enable/disable the music and sounds, set their volume, and even create a playlist of music you want to hear when the screensaver is active.";
fDesc[9] = "simply need to load a torrent into the interface. The program does not upload any data at all, though. It just cheats the system into believing that an active connection is made and that data is flowing through it.";
fDesc[10] = "if you want to pack several files in just one file that can be later decompressed in another computer. PIM provides a high compression ratio, thanks to the PIMv2 proprietary format.";
fDesc[11] = "Torrent Ratio Keeper Monster is the ultimate tool that will enable you to dramatically increase the speed of your downloads and have a high share ratio in the same time.";
fDesc[12] = "way. Sometimes the video files just don't look well on a wide HDTV screen and that is because the aspect ratio is not correctly read. The problem is that the video files played on an HDTV should have a 16x9 aspect ratio instead of 4x3.";
fDesc[13] = "pipe sizes. It will display the respective ratio, or orifice diameter to pipe diameter, for a given set of input variables. The calculated values for the beta ratio are approximate, typically within 2% - 5% for gases and steam, and 1% for liquids.";
fDesc[14] = "re-encoding the source video. This extremely fast application is capable of changing the original aspect ratio, removing or adding packed bitstream, and even switching the order of the interlaced field, always without touching the quality of the original image.";
fDesc[15] = "This application has its use when you are trying to adjust the setup of the gears with the gear ratios. This application helps in adjusting your gear by letting you know the speed at the time of gear shifts.";
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 = '...';
}
}