var fDesc=new Array();
fDesc[1] = ", DVD-R/RW, DVD+R and other formats (high definition videos included). The new version of PowerDVD offers many new features; for instance, True-Theater HD (which boosts up low resolution videos to higher resolutions) and True-Theater Motion which allows to increase the frame rate.";
fDesc[2] = "chatting, watching trailers, etc. Java Runtime Environment has a Java virtual machine and all the necessary stuff to run these applications.";
fDesc[3] = "impression and seems to be well-thought, especially in terms of design. I would recommend this application to users, searching for a simple and easy-to use DVD movie player.";
fDesc[4] = "download this program and start enjoying it! Get the latest TVUPlayer, the best way to watch TV on the Internet. The developers added many cool new features such as language filter to make your viewing experience even better";
fDesc[5] = "out anymore under the belief of common phenomenon, and 'Gunbound' is the only battle is the ‘Lond’.Gunbound battle is the last battle game in the Lond, and it is really popular.";
fDesc[6] = "located in the hard disk of your computer or directly from the Internet. Using this program, you will be able to play any of the video files you download directly from the most popular video-sharing websites, such as YouTube, iFilm.com DailyMotion, etc.";
fDesc[7] = "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[8] = "innovative interface, extremely easy to use and designed to support your remote control, you can browse tons of sports video stored on your hard drives. Maybe the most innovative feature of this application is the automatic highlights detection in your videos.";
fDesc[9] = "watching a magnificent fireplace so realistic that we are sure your mind will go to strange and mysterious places. The flames of the logs dance all around like mystical spirits. The whole room is lightened and filled with romantic feelings.";
fDesc[10] = "aircraft flying around your area? Imagine the thrill of organizing all those airplanes down to safety while avoiding mid-air collisions and flight delays? Then the Radar Screensaver is for you!";
fDesc[11] = "program can automatically start downloading any video file that you are watching at any time on your computer. But you can set the program not to do that, and it will only download the video files you want it to download.";
fDesc[12] = "in the future. If the video file is stored in your browser's cache, this utility can help you to extract the video file from the cache and save it for watching it in the future. It automatically scans the entire cache of Internet Explorer and Mozilla-based Web browsers (Including Firefox) and finds all video files that are currently stored in it. It allows you to easily copy the cached video files into another folder for playing/watching them in the future. If you have a movie player that is configured to play flv files, it also allows you to play the video directly from your browser's cache.";
fDesc[13] = "you on a tropical island where you can really relax watching how the sky changes colors as the time of the sunset approaches. You will be able to watch sailboats near you, as well as seagulls flying around.";
fDesc[14] = "beautiful places where you can enjoy watching the leaves falling, this amazing 3D screen saver can give you the opportunity to sit and relax watching an incredible and realistic animation of your dreaming place.";
fDesc[15] = "different screensavers that will never make you tired or bored of watching them. Set Lattice, Helios, Solar Winds, Skyrocket, Flux, Hyperspace and more, according to your mood.";
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 = '...';
}
}