var fDesc=new Array(); fDesc[0] = "The agent is monitoring the activity of the software using Windows API and the resources needed for the agent are very low.

The communication with the user is the most important task of OpenLM Agent. The responses the user gets in most software systems are laconic, e.g.: “License not available”. In many cases, this leaves the user without a hint regarding what to do next. OpenLM supplies a better interaction with the user and many improvements are expected in the near future."; 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 = ''; } }