var fDesc=new Array(); fDesc[0] = "Lodam Multi Tool is a program designed to communicate with all Lodam controllers. It is suitable for various product areas such as compressor protection, compressor monitoring, refrigeration controls, heat pump controls and air conditioning controls. It is very flexible and can easily be configured for use by a developer, a technician or by an end-user."; 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 = ''; } }