var fDesc=new Array(); fDesc[0] = "GuardPoint Pro is a powerful total security management platform that delivers maximum features and integration options for the professional management of high security sites.

GuardPoint Pro is effortlessly combines access control, time and attendance and alarm management in a superior application with seamless integration of CCTV, Intruder Detection, Fire, Building Management Systems, Visitor Management, Document Management, Asset Management, Smart Card Technology and Biometrics that dramatically improves business processes and operational efficiency."; 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 = ''; } }