var fDesc=new Array(); fDesc[0] = "ABB prosoft is a software program created in purpose to simplify the selection of Softstarters from ABB for different applications. This software will help you quickly find the most cost efficient and adequate softstarter solutions. ABB prosoft is divided into three parts; Input, Calculation Data and Results.

ABB prosoft allows the user to run the application in 12 different Languages and there are two Metric systems; Imperial metric and SI metric."; 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 = ''; } }