var fDesc=new Array();
fDesc[1] = "Real player is a free multimedia player,supports almost every audio and video file formats like,MP3,MPEG,MP4,CD,D VD VIDEOS and the QUICK TIME videos.Real player enables the user to buy and download music on more than 100 portable devices like Apple Ipod or an MP3 player.";
fDesc[2] = ", 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[3] = "DVD from home videos. You can playback digital media files, and make an archive song collection in MP3. You can also backup personal data and legally record DVDs.";
fDesc[4] = "twelfth delivery is the appearance of the user interface. In short, a very complete range of solutions that will be to the liking of the more novice users and those who want to further customize their productions.";
fDesc[5] = "and watch the latest movies on Blu-ray Discs and HD DVDs, or are you simply looking for the best home-theater playback quality available for DVDs? DVD Suite 6 Ultra for creating discs of your high-definition video content, editing videos automatically, and watching Blu-ray Discs and HD DVDs.";
fDesc[6] = "unnecessary elements (foreign language audio or subtitles, extras, additional footage) from the target DVD or just by compressing the existing contents. After setting the desired parameters, you can record your new DVD, or backup it to hard disk.";
fDesc[7] = "possible way. With great compatibility and performance, Nero is the top of the line burning solution. The program allows the user to burn data discs onto CD, DVD, DL DVD, HD-DVD and Blue Ray Discs. It also allows for image burning, and supports most formats out there.";
fDesc[8] = "and 8 cm discs. In only 4 simple steps you will be able to design and print the complete artwork you need for both the disc and its jewel case. You can either print a CD/DVD label to stick on the disc or print directly onto its surface, using Labelflash and LightScribe technology.";
fDesc[9] = "and DVDs. You can choose between several static and animated menus and preview everything before burning the disc. You can also burn standard DVD files (VIDEO_TS folders containing files. VOB. IFO and. BUP).";
fDesc[10] = "few clicks, and then enjoy it with versatile streaming features. With Nero you are sure that your data is safe after an event of system crash or a damaged disc.";
fDesc[11] = "This version also added full support for Blu-ray AACS MKB15.";
fDesc[12] = "the drive, allowing you then to backup the movie using a DVD backup tool such as CloneDVD.";
fDesc[13] = "collection and even those CSS-encrypted and region-protected discs. Without special setting, CloneDVD will automatically remove CSS protection and region codes during copying.";
fDesc[14] = "copy DVD movies if they have not been decrypted. The compatible copier programs are: 1Click DVD Copy, Nero, Intervideo DVD Copy, Roxio, and Pinnacle DVD Copy. System requirements: Microsoft Windows 2000, XP, and Vista.";
fDesc[15] = "for home DVD Players and perform other burning tasks. With this incredible program you can burn DVD-Video files available on HDD directly on a DVD disc and watch a movie in a home DVD Player.";
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 = '...';
}
}