var fDesc=new Array(); fDesc[0] = "This program is a powerful and easy-to-use video to audio converter. With it you can convert video files to different audio formats with fast converting speed and excellent video quality. idoo Audio Video Converter can extract almost all video formats to MP3, WAV, WMA, AAC, OGG, MP2, AC3.
The program supports: MP4, MPEG-4, MOV, AVI, WMV, MPG, ASF, DAT, VOB, MPEG to Apple TV, H.264/AVC, MP3 and M4A and more."; 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 = ''; } }