var fDesc=new Array(); fDesc[0] = "AiM Software HD is a video surveillance program that enables you to configure and control IP Cameras and DVRs/NVRS devices. You can record and manage up to 144 channels of H.264/JPEG HD AiP cameras or SVR’s cameras, schedule recordings and it also has support for motion detection."; 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 = ''; } }