var fDesc=new Array(); fDesc[0] = "Designing project layouts can be tiresome.

Have you ever dreamed of a tool that will accept your drawing printouts or AutoCAD files, and let you design camera views with instant feedback?

-A specialized AutoCAD LISP to generate image files for importingIt is easy to check the field of view, to simulate security camera system design, and to communicate with end customer
-Export the floor plan physical drawings by *.PDF"; 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 = ''; } }