var fDesc=new Array(); fDesc[0] = "With the introduction of the R5000-HD, Nextcom has solved many of the problems associated with digitally recording High-Definition TV directly from your Satellite or Cable set top box. Glitch-free archiving is now possible whether recording to your Windows® -based PC or directly to D-VHS Tape. Numerous hardware or software-based playback options are supported by the use of fully compliant MPEG-2 transport streams"; 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 = ''; } }