var fDesc=new Array(); fDesc[0] = "It's an application for school and college management which is at present universally used in various valued schools and colleges established in Maharashtra state of India. An integrated solution for complete computerization for College, School and institutions build on the most futuristic and highly sophisticated Language. This ERP has been implemented in many prominent and reputed Colleges."; 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 = ''; } }