var fDesc=new Array(); fDesc[0] = "Love your netbook but miss a DVD drive? NetDVD is the perfect solution for you! NetDVD creates a virtual DVD drive on your netbook which connects to a real DVD drive on a Windows computer anywhere on your local network. No need to buy an external DVD drive. NetDVD enables you to use the DVD drive on another Windows computer as if it was a normal local DVD drive."; 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 = ''; } }