var fDesc=new Array(); fDesc[0] = "The PLANET Cam Viewer 3 - Lite is the next generation surveillance product for multi-camera video surveillance application. It enables users to easily create surveillance systems for large area coverage by using multiple cameras and can control the surveillance system from a single PC to efficiently protect your property and life."; 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 = ''; } }