var fDesc=new Array(); fDesc[0] = "Avi2DVD is a tool that will help you to transform your favorite videos of different formats to DVD's, VCD's or SVCD's.
It will let you enjoy, your favorites in any format you want to run. This program is really complete for the creations of DVD’s, it has multiple functions and a multiple language support."; 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 = ''; } }