var fDesc=new Array(); fDesc[0] = "Munia is a scheduling software that allows you to efficiently manage your accounts and appointments. It is based on an electronic data sheet system designed to help you keep a track of your commitments (deadlines, appointments, debits, credits) providing you with an easy-to-consult record of client/supplier balances and amounts due."; 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 = ''; } }