var fDesc=new Array(); fDesc[0] = "eCICMA is a "Common Integrated College/School/Computer/Coaching Management Application" which is used by thousands of educational institutions worldwide for all administration, management and academic related activities. Use the eCICMA software to manage students, teachers, employees, courses, libraries, stocks, accounts and all the systems and processes related to running your institute efficiently."; 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 = ''; } }