var fDesc=new Array(); fDesc[0] = "ActSoft DVD Tools ActiveX allows you to convert (rip) any DVD to VCD, SVCD, MPEG-1, MPEG-2, MPEG-4, AVI, DivX, and XviD.You can extract your favorite DVD's audio track and movie to MP3, and WAV, and also capture a movie frame to bitmap image.

Supported Formats: DVD (IFO, VOB), MEPG1, MPEG2, MPEG4, VCD, SVCD, AVI (DivX, XviD), MP3, WAV, and BMP.

Supported Languages:Visual Basic, Visual C++, Visual FoxPro, Visual J++, Visual InterDev, Delphi, Visual C# .NET, Visual Basic .NET, Visual C++ .NET, Visual J# .NET and Microsoft Office."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }