var fDesc=new Array();
fDesc[1] = "video recorded with a camcorder, upload a video to a portable device, or edit a project, MyDVD will allow you to do it, providing you with professional tools to create the perfect DVD for each ocassion.";
fDesc[2] = "allows you to easily grab and save desired youtube video to your local computer.";
fDesc[3] = "YouTube service. As you might know, YouTube allows you to stream .FLV files from their site. If you ever need to download those files to your computer, this application can do just that.";
fDesc[4] = "video sharing website. Using this software, you will be able to download videos from Youtube in a very short amount of time and keeping the video's original quality.";
fDesc[5] = "can use it to download video files from YouTube and then to convert them to different audio and video formats such as Mp3, WMV, AVI, MOV, 3GP and Mp4.";
fDesc[6] = "out there who want to backup videos from services like YouTube, or any other services that offer FLV videos for streaming.";
fDesc[7] = "videos that we love to watch at www.youtube.com can be downloaded and played on the computer. This application does exactly that. It downloads the .FLV file hosted by YouTube to your computer.";
fDesc[8] = "your favorite videos without needing to be online everytime you want to watch them, then this program is the right one for you. Something good about the program is that it allows users to convert the video files they download from YouTube into several different video files.";
fDesc[9] = ", those videos that we love to watch at www.youtube.com can be downloaded and played on the computer. This application does exactly that. It downloads the .FLV file hosted by YouTube to your computer.";
fDesc[10] = "YouTube account without having to go to the YouTube.com website. The program enables you to add file information of each video.";
fDesc[11] = "built-in FLV player, so the user don't have to install any extra player. User interface is very easy tu use and helps any user, expert or novice, to select the videos to download from the YouTube site.";
fDesc[12] = "websites such as Youtube, Google Videos, Yahoo Videos, Myspace, Thatvideosite.com, zippyvideoes.com, Blip.tv. break.com and many more.";
fDesc[13] = "Video, MySpace, Daily Motion, Yahoo! Video, Metacafe, etc. offer the possibility of playing videos in Flash Video (FLV) format, as well as the corresponding video URLs to save and later use.";
fDesc[14] = "Downloaded videos can be converted to formats supported by iPod, iPhone, PSP, Apple TV, Zune, Pocket PC and other mobile devices.";
fDesc[15] = "and to save them on your desktop. It is very smart program with great design and a range of skins. It doesn’t have a lot of features, but it is very stable and doesn’t need a lot of system resources. Also it is very easy to use.";
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 = '...';
}
}