var fDesc=new Array();
fDesc[1] = "Download Manager will let you have full control over your downloads, accelerating download speed to squeeze your bandwidth.";
fDesc[2] = "package. SweetIM Toolbar installs itself as an extra toolbar in our Internet Explorer browser. We can enrich and add a pinch of salt in the form of emoticons, animated images, celebrities’ videos, etc., to blogs, web e-mail, forums, social networks, and web pages.";
fDesc[3] = "NBC, YouTube, MySpace, Google, Yahoo, to name but a few. . This powerful yet easy to use software offers a simpler and more comfortable way of watching thousands of videos without the need of using a browser and watching them in small windows within web pages.";
fDesc[4] = ", MetaCafe and convert them to popular formats like AVI, MPEG1, MPEG2, WMV, FLV, MP4, 3GP, MP3 allowing you to play them on portable devices like iPod Video, iPhone, Zune, PSP, mobile phones, etc.";
fDesc[5] = "application, you will be able to download any video from the most popular video sharing websites such as Youtube.com, Google Videos, Yahoo videos, Myspace, iFilm.com, daylimotion, Metacafe and many more.";
fDesc[6] = "such as Youtube, Myspace.com, Ifilm.com, MSN, Google Videos, Yahoo videos and many more. The program supports downloading video with FLV formats and other video formats such as Mp4, m4v, 3gp, rm, wmv, swf, asf, Avi and more.";
fDesc[7] = "easy: just start Hide IP NG! Avoid your personal information being used to send you spam and junk emails. Many marketers and advertising agencies will use you IP address, together with your email, to send you unsolicited emails.";
fDesc[8] = "download a video; it also comes with a built-in video converter that can convert the downloaded video for your iPod, iPhone, 3GP player, Xbox player, Archos and for many other popular multimedia players.";
fDesc[9] = "program brings practical plug-ins for Internet Explorer and Mozilla Firefox, and they will let you download and convert videos with just one click. You can also select advanced conversion settings like audio and video encoder, quality, video frame rate, etc.";
fDesc[10] = "music and transitions. Share this exciting day on a screen using only a common DVD player in the comfort of your home. Use your CD or DVD burner to make high quality photo slide show DVD disc in less than half hour.";
fDesc[11] = "features. The main feature continues to be the accelerator, though. I don't really know how it does it, but SpeedyiTunes will cut down the download time of movies, songs, etc to half. That is a considerable acceleration.";
fDesc[12] = "option to choose. This browser is based on Mozilla technology, and includes many extensions that will provide you with cool options to make your surfing experience more enjoyable.";
fDesc[13] = "users.";
fDesc[14] = "from video sharing sites in the web such as YouTube, Google Videos, MySpace, Yahoo Video, and other similar sites. This application is useful to capture playing videos automatically, and with a really fast download process.";
fDesc[15] = ", 3gp and more. When we open the program we can find a Menu Bar and three tags they are: organize photo, choose menus and burn disc. In the Organize Photo tag we can see our folders in one window and the files that we select in the other window.";
fDesc[16] = "Converter. The application itself doesn't need any additional software to accomplish the total operation of downloading, playing and converting FLV to video format.";
fDesc[17] = "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[18] = "Luckily, that is not all this application allows you to do. Besides enabling users to download videos from YouTube, the program also enables them to convert video files into Mp3, AVI, MPEG, M4A, WAV and some more.";
fDesc[19] = "Space community. The easy-to-install and use application will instantly integrate into your Internet Explorer and Mozilla Firefox so that you can easily access MySpace.";
fDesc[20] = "Motion, Guba, etc. so user has the capability of saving video files from these sites to hard-drives in the standard Flash Movie (*.flv) format.";
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 = '...';
}
}