var fDesc=new Array();
fDesc[1] = "gaining features. The latest version is now able to download subtitles automatically. Still, there are many things BSPlayer has to do to become the dominant player of multimedia files.";
fDesc[2] = "applications and standards-based Web sites Designing Web pages in conditions equivalent to a real browser, without losing direct access to the code, thanks to the new Vista feature live Dreamweaver CS4.";
fDesc[3] = "used as background to create funny and interesting images. What is more, the program includes hundreds of masks to choose from, various clip arts, funny and sweet cartoon figures, frames, outlines and the possibility to include text to make your photos even more attractive and interesting.";
fDesc[4] = "images together with different layouts, templates, photo frames, mask effects, cliparts and word arts. Created collages can be saved, printed, sent via E-mail or saved as wallpapers.";
fDesc[5] = "a professional way? Avidemux is a versatile video utility designed to simplify the tasks of cutting, filtering, converting and codifying videos. It supports many video and audio formats, and you will be able to design video projects with high quality results.";
fDesc[6] = "any photo, edit it and animate it using effective and easy tools. You can create animated pictures, screensavers, banners and buttons in no time.";
fDesc[7] = "to edit MPEG files easily without re-encoding. This incredible program enables you to cut unwanted parts and remove TV advertisings from DVDs or video files recorded with various PVR, DVR and DVD camcorders while preserving the original quality.";
fDesc[8] = "animation for your Web site and PowerPoint presentations. The program includes animation Wizard that walks you through creating an animation sequence.";
fDesc[9] = "converting other video formats like MPEG, MPG, WMV, VCD, DAT and ASF format to AVI format. This program can also be useful for various other purposes like video splitting, editing and playing if the MKV codec is installed along with it.";
fDesc[10] = "(SRT), is the perfect video stills solution.";
fDesc[11] = "your clockâs face.This clock does not interfere in your work by appearing on any open application and will not occupy much space on your system.";
fDesc[12] = "to AVI, or encode to AVI the videos you burnt into VCDs and SVCDs. You can select which parts will be converted, as well as change the aspect ratio, or the video and audio quality.";
fDesc[13] = "effects, then Atani can be a good option to choose. With this powerful application you will be able to use your favorite pictures to create a video (AVI) or animation (GIF) file easily in just a couple of steps; and, thanks to the wizard included, in a pretty fast way.";
fDesc[14] = "webcams, TV Tuner cards, digital video, digital cameras and more. You can set audio and video compression codecs, output frame size and rate, and take snapshots with a hotkey.";
fDesc[15] = "included frames makes it possible to select a frame that is just right for the photo your working with.";
fDesc[16] = ", splitter and even as an editor too. These features are very useful for all types of users. One can change certain technical aspects of a file - namely frame size, frame rate, video and audio compression mode.";
fDesc[17] = "that without decompressing the video files, though avoiding quality loss. The files to be joined should have identical frame size, frame rate and video codec.";
fDesc[18] = "choose the category you need, adjust the location and time settings, and even edit the messages as well as categories (add/remove option is only available), and take the advantage of subliminal messages' effect.";
fDesc[19] = "templates available. The various Photo editors available need excellent skills for using and are quite complicated to use. The key feature of the ace photo frame is therefore its user-friendliness and ease in use.";
fDesc[20] = "applications with animated banners or gif files, as well as capturing the snapshots from video files. The application allows the user to easily capture frames from video and turn them into treasured photographs.";
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 = '...';
}
}