var fDesc=new Array(); fDesc[0] = "Astrabits Video Converter is a powerful converter capable of converting any video format to any other popular video or audio format. You simply add your files to be converted, select the output format, and convert the files.

The program supports virtually all video formats as input, and can convert the files to the following output formats: MP4, AVI, MPEG, MPEG2(DVD), WMV, DivX, ASF, FLV, SWF, M4V, MOV, OGG, MP3, RealMedia, iPad, iPhone, iPod, AppleTV, and PSP. For each video format the program selects a preset configuration which you can fully customize, so that the conversion is performed according to your specific needs."; 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 = ''; } }