var fDesc=new Array(); fDesc[0] = "ABB CAP is aimed for commissioning, maintenance, service and monitoring of the process and its secondary equipment in distribution substations. As the tools in CAP 501 are fully consistent with CAP505 stand-alone tool packages, SMS 510 substation monitoring system and the LIB500 application libraries, the work generated by CAP 501 can easily be reused in a larger SMS system or in a full-fledged SA system."; 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 = ''; } }