var fDesc=new Array(); fDesc[0] = "TOP CONGES is a network software made to allow every company to manage easily and effectively the scheduling of vacations and leaves. Once defined the key elements of your organization (departments, types of absences, options of calculation, business days, public holidays), it is able to calculate the duration of leaves, control the entitlements, and update the balances of benefits for your employees."; 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 = ''; } }