var fDesc=new Array(); fDesc[0] = "Remote management software for professional digital video recorders. Provides remote administrative functions for setting up and maintaining the operation of a digital video recorder plus watch and search functions. RASplus has many powerful tools that can be used to streamline your work. Most of the tools are located on 12 docking panels that can be placed on the screen where they are most convenient. You can keep your screen free of clutter by displaying only the panels you use most frequently. "; 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 = ''; } }