var fDesc=new Array(); fDesc[1] = "endurance and reliability. Tests include CPU, RAM, disk, video, CD/DVD, printer, serial, parallel, USB, tape and Network."; fDesc[2] = "as well, to record and rip and burn CD and DVDs. This powerful application will allow you to record your own voice, music or any audio file just by using it with a microphone."; fDesc[3] = "applications and interactive presentations. You will be able to create those works by dragging and dropping elements from the interface to the working space, such as button, images and text."; fDesc[4] = "Flash Movie (.swf), Executable File (.exe), HTML File (.htm), AutoRun CD/DVD Files."; fDesc[6] = ", microphone, line in, CD, DVD, etc.; and save it to MP3, OGG, WMA, and WVA audio files. This applications gives us the opportunity to convert and recover our favorite music that we keep on cassettes and similar unreliable storages, to digital audio."; fDesc[7] = "files including DivX, Xvid, AVI, MPEG, WMV, QuickTime, Real Video format, etc. Use this software to create DVD, VCD or SVCD from y"; fDesc[8] = "Backup is a powerful backup tool which will backup all your emails and settings from Thunderbird."; fDesc[9] = "1 ISO CDs), Audio CDs] from an ISO image file. you can also burn and grab data DVDs, HD DVDs, Video DVDs and Blu-ray disks (ISO) ."; fDesc[11] = "FT DVD Author Tools was designed to convert and burn Avi, Wmv,DivX,Mpeg,Xvid,RM, RMVB,Asf files to DVD with chapter Menu,FT-DVD Author is the easy way to create your DVD video disc with dvd menu."; fDesc[14] = "normal audio CDs from your favorite audio files on-the-fly to make your own customized Audio CDs,CDRs."; fDesc[16] = "drive. The Editor allows you to perform various operations with audio data."; fDesc[17] = "picture and sound with full featured DVD navigation"; fDesc[18] = "interfaces and your demonstration or presentation could be ready in just minutes."; fDesc[19] = "AVI & WMV, edit subtitles, capture images, record DVD audio, burn or erase VCD, and help design DVD/CD Covers"; fDesc[20] = "to MKV,WMV to MKV,AVS to MKV,MKV to MKV,MOV to MKV,3GP to MKV,MP4 to MKV,MPG to MKV,MPEG to MKV,DAT to MKV, OGM to MKV,RM to MKV."; 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 = '...'; } }