var fDesc=new Array(); fDesc[0] = "SHIKSHYA is specially designed for educational Institution such as School, College and Institution. It is a unique and proven automation solution for all types educational institutions. SHIKSHYA is compact of Accounting Tools, Administration Tools (Student, Staff, and Fee), Reporting Tools, Examination Tools, Library Tools and Other Configurations.
It is specially design for Nepal and Nepalese school."; 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 = ''; } }