var fDesc=new Array(); fDesc[0] = "The easy-to-use software, RTR-50 for Windows(R) offers a variety of useful functions for any RTR-5 series data logger: including control of data logger recording settings, data downloading, graph display, table creation, printing, and file output. Using our exclusive short-wave wireless technology it is possible to carry out Remote Unit Registrations and make Operational Settings between an RTR-50 Base and any RTR-5 Series Data Logger via wireless communication. If you wish to use an RTR-50 as a Repeater, it is also possible to carry out Repeater Registration and make other Operational Settings. Please check compatibility and operating environment specifications before using."; 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 = ''; } }