var fDesc=new Array();
fDesc[1] = "features to provide powerful digital editing performance without any problem. Pictures can be copied from camera and other storage devices and can be captured from live videos and from video files.";
fDesc[2] = "professional audio production. Use Adobe Audition to: - Create your own music - Record and mix a project - Produce a radio spot - Clean up audio for a movie - Compile and edit a soundtrack Whatever you do with audio, Adobe Audition software helps you sound your best.";
fDesc[3] = "this program converts files of the following video formats DivX, XviD, AVI, MPG, MPEG, VOB, VCD, SVCD, to 3GP with the resolution and appropriate formats.";
fDesc[4] = "your own pictures and add 3D texts and shapes. Output may be exported as GIF, AVI, JPEG, ICO, PNG or BMP clips and images.";
fDesc[5] = "Now, you can easily create wonderful, semi-transparent XP icons. IconCool Editor can extract icons from EXE, DLL, ICL and other files, and send the extracted icons to the edit area, then save them back. IconCool Editor can edit 10 icons at the same time. IconCool Editor has begun to support the next generation OS Window Vista from now on. You can create and edit Vista icons which includes the compressed 256x256 images easily.";
fDesc[6] = "program enables you to convert your WAV files into Mp3 and WMA files. It can also convert Mp3 and WMA files into WAV files. The program is really easy to use and it has got an intuitive interface.";
fDesc[9] = "phone into a portable movies centre, it design for anyone who wants to enjoy DVD movies on mobile phone.";
fDesc[10] = "tabbed interface is well structured and all its functions are organized in different menus. Besides, it has a project explorer that allows you to view, and edit any folder on your computer, and you will be able to edit more than one file at the same time.";
fDesc[11] = "everything you need to analyze, record, edit, and convert audio file, produce music loops, digitize and clean-up old recordings.";
fDesc[12] = "download and install Screen Shot Maker. It is a very easy and useful tool that everyone must have. This is not just a screen shot grabber, you will be able to edit your screen shots so they will take professional appearance.";
fDesc[13] = "tracks and save them into audio formats MP3, WAV, WMA (Windows Media Audio 9), and OGG Vorbis on-the-fly.";
fDesc[14] = "intuitive editing wizards, and professional templates and layouts. Download FotoFinish and get the most out of your digital camera.";
fDesc[15] = ", apply effects, and convert audio 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 = '...';
}
}