var fDesc=new Array(); fDesc[0] = "The Belimo PC-Tool is a PC-based tool for parameterizing Belimo MFT(2), MP, MF, LON and BF-TopLine actuators, MFT(2), MP and BF-TopLine actuators can be configured for MP-Bus operation and can be monitored via bus. The MP-Channels and actuators belonging to the project are displayed in the outline bar [C] in the form of a tree (as in the Explorer)."; 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 = ''; } }