var fDesc=new Array(); fDesc[0] = "Grabby Driver Installation (32 Bit) helps you install the corresponding program, namely Grabby which allows you to digitize VHS tapes and then burn them to DVD. The software is suitable for PC and Notebook and provides easy connection via USB. It also offers analog video inputs."; 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 = ''; } }