var fDesc=new Array();
fDesc[1] = "from a list of sites the program offers more than 20 sites and you can convert them to other formats. You just need to paste the address from the page that you want to download the video and do it in one of the following formats: FLV, AVI, MPG, WMV, MP4, PSP, 3GP and 3G2.";
fDesc[2] = "the best internet TV shows and videos in one powerful application. New channels arrive daily in the built-in channel guide; it’s an extension of Firefox that have multiple options.";
fDesc[3] = "mpeg and IPOD formats. Ares Tube comes with a built-in browser which allows saving video youtube, google video, myspace, blip tv, daily motion, metacafe and much more sites in local formats (IPOD, MP4, MPEG). Optionally Ares Tube will export the downloaded videos to the itunes platform.";
fDesc[4] = "explosions. You have to join the same kind of jewels, as you do it, they will explode and in that way you will reach points. You will find a lot of precious stone such as ruby, emerald,amber and so on.";
fDesc[5] = "URL addresses to the YouTube Download Manager Pro and relax,you will get your videos in your computer. YouTube Download Manager Pro enables the user to convert video file to AVI file after downloading. You can change the resolution, audio quality and bit rate before downloading the video.";
fDesc[6] = "use this program to download videos from the popular YouTube website, save them to our hard disk or portable device, and play them with the built-in FLV player.";
fDesc[7] = "which sounds just like its real-world role model. It comes with a tube amplifier and speaker cabinets, engineered using Dynamic Tube Response technology, and present a wide range of options to the user, providing 120 presets and 11 alternative tonewheels sets.";
fDesc[8] = "videos and get popularity fast. The program interface is very intuitive, simple and clean, you must to paste your Youtube url in the visit box, you can change the Delay, threads, timeout and hits.";
fDesc[9] = "able to download video files from the most popular video-sharing websites but you will also be able to convert the files you download into AVI files so that you can play the videos in any media player.";
fDesc[10] = "YouTube, MetaCafe, etc. to any video format. This browser has a unique search function that can search videos from all the sites quickly. The user can collect all the videos from various sires and view them later. User can also batch all the videos and download it with one-click.";
fDesc[11] = "YouTube, Yahoo Video, Google Video, Metacafe, and more so you can carry and play internet media in different portable video devices such as iPod, PSP, etc.";
fDesc[12] = ", download and convert flash (flv) videos from different websites as YouTube, DailyMotion, MetaCafe, Google, and others. It’s very easy to use, it provide multiple options and support to convert files of different formats to flash (flv) videos.";
fDesc[13] = "simulated tube amplifier tone. StudioDevil Virtual Guitar Amp, is now available for VST, Audio Units, and RTAS hosts. So, whether you're jamming tracks on your Mac with Garage Band or Logic, a PC with Cubase or SONAR, or running a ProTools system";
fDesc[14] = "interface style can be easily switched from one mode to the other. Both styles are available in large and small versions. It is possible to customized several options: select the clock to stay on top of any other application, choose the displaying mode of the current time...";
fDesc[15] = "and geometry predicts outlet temperatures of both shell-side and tube-side fluids";
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 = '...';
}
}