var fDesc=new Array(); fDesc[0] = "Orbweb.ME facilitates remote access to desktop resources such as printers, files, webcam feed, music libraries, etc. It allows you to connect to multiple USB webcams for real-time monitoring using your mobile devices. With motion detection, you get instant mobile alerts when anything happens while you are away from home. Support for "Wake on WAN" (over the Internet) function allows you to remotely turn on or wake your PC when you need it."; 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 = ''; } }