var fDesc=new Array(); fDesc[0] = "Dvdtivi lite is a DivX, AVI to DVD video converter. it converts and burns your videos onto a DVD. Dvdtivi lite is free and convert all audio et video formats to DVD. All your divx, avi, flv, mp4, xvid, mpeg, mkv, mov, wmv, Quicktime... files can be converted to Hight Quality DVD Video. Fast encoding speed for high quality results. Easy interface with 3 steps for a successful conversion : Add files, select quality and burn! Dvdtivi lite optimize video/audio quality, bit rate, TV screen standard, TV screen format and sample rate to create High quality DVD."; 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 = ''; } }