var fDesc=new Array(); fDesc[0] = "VOVSOFT Burn Studio is truly lightweight CD, DVD and Blu-ray burn utility at only 700 KB and does not include any of the fluff or overly complicated configuration that other burners contain - it is straightforward and easy-to-use. It permits you to effortlessly add files and folders and burn them via a simple click on the Burn button. It also includes disc verification support after the burn process is complete."; 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 = ''; } }