var fDesc=new Array(); fDesc[0] = "neoDVD 7 - DVD authoring software you can depend on.
neoDVD 7 offers an unbeatable combination of stability, performance, and value. Incorporating lessons learned over years of making industry leading DVD authoring software, neoDVD 7 is the only DVD video burning software you will ever need. We have listened to your feed back and are proud to offer you a software package that delivers the features and quality you demand."; 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 = ''; } }