var fDesc=new Array(); fDesc[0] = "LiveYes is a cloud based audio/video streaming service that allows you to monitor your video cameras, CCTVs, webcams, and other audio/video equipment from a remote location. LiveYes desktop program also allows you to monitor and record video/audio in realtime. It has a simple interface that lets you monitor up to 9 video feed from a single window. You can also setup scheduled recording of selected source at specific times."; 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 = ''; } }