var fDesc=new Array(); fDesc[0] = "This program can convert DVD movies to the WMV file format without any loss of quality. It supports various WMV players including Microsoft Zune, Creative Zen, Pocket PC, Palm etc. The program allows you to trim and convert each chapter/title of your DVD movie and adjust video brightness and contrast."; 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 = ''; } }