var fDesc=new Array(); fDesc[0] = "DMX-3000 provides the quickest, easiest way to have complete access to your entire DVD collection at your fingertips. The software has the ability to give a full listing of your movie collection, along with optional DVD Extra Info pages, New Purchases, and By Genre Listings. DMX-3000 also has the ability of creating all DVD cover image thumbnails automatically, at the appropriate size for use with the MX-3000 Remote Control."; 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 = ''; } }