var fDesc=new Array(); fDesc[0] = "Protect makes the job of carrying out a protection study easier and so much faster than by other methods.

Protect is so easy to use, you don’t need to be a protection expert to use it. The software contains a database with data on thousands of protective devices. This is data direct from leading manufacturers so you can be confident in its accuracy. This is particularly important as so many adjustable breakers are being used these days – it is essential to get these set correctly at the outset. Nobody wants to revisit jobs to sort out nuisance tripping that could so easily have been avoided at the design stage."; 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 = ''; } }