var fDesc=new Array(); fDesc[0] = "The HTRM PC Interface Software allows the upgrading and configuration of your NAD Electronics Home Theater line of Remote Controls. It currently supports the following remotes: HTR-2, HTR-L53, HTR-L56, HTR-L70, HTR-L73, HTR-L76 and the new HTRM. It has been designed to be intuitive and easy-to-use."; 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 = ''; } }