var fDesc=new Array(); fDesc[0] = "ABB’s OPR designer software has been developed to simplify lightning protection system design (especially for ESE solutions).

This software is ideal for consultants and contractors working in the field of lightning protection, as it has been designed to deliver the optimal, flexible solution for ESE lightning protection in the shortest time possible.

The solution delivered determines the type and location of air terminals on a structure, as well as provides a detailed list of the installation accessories, fixings and earthing components needed. Implementation of a lightning protection system including free-standing pylons on site is also feasible.

Bills of quantity related to each lightning protection system design are accessible at any time in the software, and can also be exported to Excel file. Product packing details are also included."; 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 = ''; } }