var fDesc=new Array(); fDesc[0] = "SmartConfig is a PC based parameter configuration utility that enables you to configure SEDEMAC's genset controller products. The program supports the creation and storage of parameter configuration profiles tailor made for various application requirements. It also allows for flashing the configuration on controllers through a USB cord and reading an existing configuration profile and event logs from an already flashed controller."; 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 = ''; } }