var fDesc=new Array(); fDesc[0] = "MICRO-BEHAVIOUR is a free module designed to work with the Micro-Scope Fenestrae application that enables you to handle the Attendance, Merits/Demerits and Extra-mural components. It analysis the behavior of the individuals contained by the database and allows you to attribute qualificatives."; 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 = ''; } }