var fDesc=new Array(); fDesc[0] = "D-ViewCam Plus is a comprehensive network camera surveillance software designed for medium-to-large business as well as enterprise users. It centrally manages up to 64 network cameras and is compatible with current D-Link network cameras, video servers and an extensive range of third party network cameras. This program offers digital monitoring and recording of video, audio, and events for use in various security applications."; 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 = ''; } }