var fDesc=new Array(); fDesc[0] = "RVONedit is a Windows application providing the Graphical User Interface (GUI) used to monitor and configure RTS Voice Over Network (RVON) products. The RVON family currently includes the RVON-8, RVON-16, RVON-1, RVON-IO, and RVON-C products from Bosch Security Systems, Inc. RVONedit is to RVON devices what AZedit is to ADAM, Zeus, and Cronus intercoms."; 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 = ''; } }