var fDesc=new Array();
fDesc[1] = "import your photos and videos from digital cameras, camcorders, CDs, DVDs, and Windows Live Spaces. Moreover, with this incredible program you can enhance your photos with easy-to-use tools for adjusting exposure, color, and for removing red eyes.";
fDesc[2] = ", like Windows Media Player. Version 2.23 includes Subresync for fixing subtitle sync problems, SubMux for muxing SRT subtitles (and audio tracks) with AVI/DivX files, VOBSub cutter, Sub Cutter and Joiner.";
fDesc[3] = "for playing QuickTime content that is embedded in webpages. Advantages of QuickTime Alternative are: Quick and easy install Ability to make an unattended installation No background processes No unwanted stuff and other nonsense Smaller size";
fDesc[4] = "program. With this incredible application you can watch and record TV shows (requires a compatible TV tuner card), edit photos or video, listen to music, rip CDs to MP3, and much more.";
fDesc[5] = "video editions without recompressing or re-encoding the video. Although it is not at a professional level, it is more than acceptable for the needs of an ordinary user. It is especially designed for cutting parts of the video with support for multiple video formats.";
fDesc[6] = "Version or the Professional Version of the program. This review is based on the Home Version, and the indicated price belongs to the Home Version too.";
fDesc[7] = "dial-up network. IM Magician was developed to work as an additional utility and as a standalone application. It is used with other chatting programs, such as Skype, MSN, QQ, Yahoo Messenger and others.";
fDesc[8] = ", MPEG or H264 cutter. The program works in a good way, it allows you to cut video files in a very easy way and without any problems or difficulties at all.";
fDesc[9] = "can extract pictures from most popular video format file, as it supports WMV/ASF/ASX/WVX/WM/WMX /RA/RM/RMS/MND/RAM/MPG /MPEG/RMM/R1M/MP2/DAT/ AVI/FLV/VOB/MOV/QT.";
fDesc[10] = "the most popular video-sharing websites, such as YouTube, Google Video, Dailymotion, Metacafe, Myspace, Yahoo video and more.";
fDesc[11] = "pictures. Subtitles can be made to appear sooner or later with just a single click on the 'Move' button. Subtitles can be converted to different formats, repaired, synchronized, splitted, joined, etc.";
fDesc[12] = "compatible video files. This program uses other existing free software to perform the necessary processes to fit your DVDs into a CD-R, following the (X)VCD and (X)SVCD standards.";
fDesc[13] = "this application you will be able to edit the messages of RealMedia files. The program counts with a user-friendly interface.";
fDesc[14] = "download from Google Video into AVI. Using this program you will be able to convert Google video files so that you can play them in Windows Media Player or in any other media player.";
fDesc[15] = "finish installing the program, you will see its \"one window\" interface. You will be able to minimize the program or send it to the system tray.";
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 = '...';
}
}