var fDesc=new Array();
fDesc[1] = ".mkv file formats. It comes in bundle with DIVX Pro for Windows. It is very easy to use. The pre-set modes allow a user to play videos on various DIVX certified products.";
fDesc[2] = "for ZIP/ARJ/LHA/RAR/UC2/TA R/GZ/CAB/ACE. Command line, full text search also in packed files, button bar,FTP client.";
fDesc[3] = "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[4] = "the movement of files considerably and it also adds several functions that are not present by default on Windows. When you are copying files with TeraCopy you will notice that you are given more information than before.";
fDesc[5] = "disc support, security features and an all-new, slick Windows Vista interface.";
fDesc[6] = "and robust program that you can always count on to get your job done quickly and efficiently. There are many, many features available in FlashFXP. Here are just a few of them: Local and Site to Site File transfers. FlashFXP allows you to transfer files from any FTP server directly to your local hard drive, or transfer files between two ftp sites (Site-to-Site transfers), giving you total control over any situation. FTP Proxy, HTTP Proxy, Socks 4 & 5 support. FlashFXP can handle thousands of connection types. If you are behind a firewall, proxy or gateway, no need to worry, as FlashFXP can be configured to support almost any network configuration. Full Featured User Interface with Drag & Drop Support. FlashFXP has an intuitive and full featured user interface, allowing you to do all the common tasks with just a few clicks. It also support full drag & drop, so you can transfer files...";
fDesc[7] = "convert our FLV video files (one at a time) to AVI, MP4, or 3GP format, thus making them playable on portable players, laptops, home cinemas, or even mobile phones.";
fDesc[8] = "you to create template designs. Those designs can be used to print on your DVD or CD discs that are printable. Your burner has to be LightScribe capable in order for this application to work and you also need to have some other LightScribe software installed.";
fDesc[9] = "content. Also you can open multiple videos by drag and drop onto the main window, or paste the desired URLs in the center of the main window. You can see the video in full screen, zoom 2x, and 5x, rewind, increase, decrease, mute volume and change settings.";
fDesc[10] = "as many audio files as you wish in MP3, WAV or WMA, arrange them in any order you like, add fade-ins and fade-outs, change their volume and pitch… and make your own original mixes with just a few clicks!";
fDesc[11] = "slide shows, import images for background, add different buttons, text, and images. You can change the properties of the buttons, text and graphic objects. You can create chapters to play each movie. Supported video file formats: AVI, MPEG, and VOB.";
fDesc[12] = "application that makes great use of your screen real estate to allow you to move and manage your files with ease. By default Q-dir uses a 4-pane design. You can open any folder on your computer in any of those panes.";
fDesc[13] = "Manager, Download Manager, and more. You can search direct by drag text in browser. The other way, you also can add special search button to search bar.";
fDesc[14] = "Prix. You can also choose the single race and quick start modes. The training mode will help you to improve your skills.";
fDesc[15] = "transferring files between your computer and a remote FTP server usually used for webmaster to control their website or for storing files Remotely .";
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 = '...';
}
}