var fDesc=new Array();
fDesc[1] = "native file support for Adobe Flash and Adobe Photoshop Album slide shows, and electronic cards, and eBooks Adobe Reader is free, works with Windows 98/Me/2000/XP/2003/Vis ta.";
fDesc[2] = "CD scratches and data loss. You can create and use BIN, IMA/IMG ,CIF ,NRG,IMG/CCD, MDF/MDS, VCD, VaporCD , VDI , C2D, BWI/BWT, CDI, TAO/DAO, PDI virtual images. An image in virtual CD/DVD drive enables you to work 100x faster than an ordinary CD/DVD drive.";
fDesc[3] = "video conversion. Easy to use. Supports batch and merge conversion modes. Converts all or only a segment of the input file. It has options to preview the converted video and to automatically shutdown your computer once the conversion has been completed.";
fDesc[4] = "different application. The user interfaces are totally graphical and there's no help files or whatever are usual in players programs. A few very little buttons: options, open folders, select sound - video - movie - text - pictures - camera files, etc.";
fDesc[5] = "then when I used a lot of RM files and needed to convert them to other formats for the most varied of reasons. Although RM is not as popular as it was before, there is still a place on my desktop for this one.";
fDesc[6] = "printer called 'Doro PDF Writer'. When you send the document to print, the driver converts it to PDF Format. The real work is done by 'GhostScript'. [Which will be installed during setup], like in other PDF converters.";
fDesc[7] = "of the audio formats this efficient conversion tool supports are Mp3, WAV, OGG, WMA, APE, CUE, AAC, Mp4, M4A, AC3, FLAC, MPC and many more.";
fDesc[8] = "including MP3, WMA, OGG and WAV. The program is intended for batch conversion. It can convert music from a CD also, without copying it to your hard drive. You can customize the look of this converter with more than 20 given skins.";
fDesc[9] = "between AVI, DivX, XviD, MPEG, WMV, ASF, MOV, QT, RealMedia format. With Plato Video Converter, the video conversion will be interesting and simply and you can convert any unknown video to your familiar format that can play in your computer.";
fDesc[10] = "another. This program also enables you to extract audio from video files. Using this conversion tool, you will be able to convert files such as Mp3, WMA, WAV, OGG, AAC, FLAC, MPC, M4A, AIFF and many more.";
fDesc[11] = "you can later author and burn to DVD or CD. Its Project Wizard will easily guide you through all the steps needed to create your MPEG files, while its flexible editing tools and settings will allow professionals to enhance, merge, split, de- and multiplex any MPEG file.";
fDesc[12] = "and html files – all stored inside the system. The problem gets worse when we want to take an output of any of these files.";
fDesc[13] = "webpages and temporary Internet files, and save them to disk. This incredible program enables you to get any Flash file you are seeing or have seen before. It also allows you to preview each Flash file (.swf) with the built-in viewer before you decide to save it.";
fDesc[14] = "this application you will be able to edit the messages of RealMedia files. The program counts with a user-friendly interface.";
fDesc[15] = "the user to navigate the multi-layer images with high resolution. There are a number of features that are very useful and which make it enjoyable to view and work with .gs files.";
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 = '...';
}
}