var fDesc=new Array(); fDesc[0] = "Altdo AVI MPEG RM WMV MOV ASF to DVD VCD Converter&Burner is a powerful, easy-to-use and fast video conve-rting tool. It can easily convert your video files from one format to another, and burn them to a DVD discs. It has all functions of AVI Converter, M-PEG Converter, WMV C-onverter, RM Converter, ASF Converter a-nd MOV Converter.It provides a professional and nobby interface. It can convert all your vi-deo files between: RM, AVI, MPEG, WMV, V-CD, DVD and DIVX, from AVI to DVD, MOV to DVD VCD MPEG AVI D-IVX WMV, ASF to DVD VCD MPEG AVI DIVX etc"; 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 = ''; } }