var fDesc=new Array(); fDesc[0] = "neoDVDvideo 8 Hollywood edition is the most recent addition to a long line of superior DVD authoring software from MedioStream. It packs tons of amazing menu options like high quality moving backgrounds and a fully customizable button and title structure to make DVD’s with a truly personal touch. neoDVDvideo 8 is a great complement to neoDVD7"; 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 = ''; } }