var fDesc=new Array(); fDesc[0] = "This software comes as a full module, for the day to day activities of a School, like School administration, Store Management, Library Management etc. The modules cover Admission, Identity Card Printing, Fees Receipt, School Bus register, Timetable, Class and Class Teacher allotment, Question Bank & Question Maker, Examinations, Mark List, Promotion, Department, Course and Subjects Creation, Certificate Issue, New Admission and Old Admission Reports, Teachers / Employee Details, Receipt and Payment Voucher, Day Book, Progress Reports of each student, Subject wise entry and Grading Student, Analysis reports, Issue of school uniforms or books & stationeries to students, etc."; 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 = ''; } }