var fDesc=new Array(); fDesc[0] = "Use the Beyond Remote Console manage your entire network of computers. Setting up your network has never been easier, use the Host Auto-Discovery feature to find and automatically set up your network in the Beyond Remote Console in minutes.

Gain remote access to your office PC from home, manage your home network, or travel with complete access to all your files, programs, e-mail and network."; 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 = ''; } }