var fDesc=new Array(); fDesc[0] = "DVR-TrueCover is a program that enables you to quickly and easily create your own covers for your DVD or Blu-Ray collection. The program allows you to attractive DVD and Blu-Ray covers for cases as well as the disk itself. You can choose from various template designs that the program offers."; 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 = ''; } }