var fDesc=new Array(); fDesc[0] = "Software to manage all types of educational institutions, including School, College, University, Pre-School, Distance Education, Institute, etc., with multiple branch management utilities. SCMS software offers the ability to manage multiple branches and branch users through the master admin login. SCMS Software provides a login facility for employees to manage their daily activities. Every employee can have their own user and password. SCMS software generates graphical reports to analyze your training institute business growth."; 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 = ''; } }