var fDesc=new Array(); fDesc[0] = "RitaBrowser monitors and controls Internet appliances built with Rigel Corporation's RITA family of control boards. The RITA nodes may be on the Internet or on a private network such as a personal network or a company intranet. To talk to the Rita board on the Internet you need to know the IP address of the PC you are using . You must be on the Internet to do this. The RitaBrowser will automatically check your PC and report the IP address of your computer. The “Port” address determines the UDP port your PC uses to communicate with the RITA node. Unless you are using this value in the RITA program, you may click the “Auto” box."; 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 = ''; } }