var fDesc=new Array(); fDesc[0] = "NICEIC Certification Software allows you to complete your electrical certificates on your computer rather than by hand, you print your NICEIC certificates directly onto plain paper making the process of completing certificates quicker, simpler and more efficient.

You’ll save money with electronic certificates, save time as they’re quicker to complete and you’ll be handing your customers perfect looking certificates that they’ll be able to read, all customised with your company logo."; 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 = ''; } }