var fDesc=new Array(); fDesc[0] = "Altdo Flash to AVI WMV DVD Converter&Burner is a powerful application for FLV format files conversion. It is an easy-to-use and fast FLV conversion converting tool. It can quickly and safely to convert your FLV to another, and burn them to DVD discs. It can convert any FLV files to AVI, DIVX, XVID, VCD, SVCD, DVD, MPEG-1, MPEG-2, WMV format 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 = ''; } }