var fDesc=new Array(); fDesc[0] = "The HomeMonEasy Video Streamer is a simple application that allows you to setup your surveillance webcam. It captures the video and streams it to the homemoneasy server. And when you log on to your HomeMonEasy Surveillance Dashboard, you are able to receive and view that live video stream. Download and install the software, then click on the "eye" Homemon icon to start the app."; 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 = ''; } }