var fDesc=new Array(); fDesc[0] = "A product from Stellar Data Solutions is a fully integrated Institute Administration Software which is designed as a complete suite of features that the best education software can have. It can be implemented for automation in any kind of Institutes (Schools, Colleges, Medical Colleges or Engineering Institutes, Other Institutes like: Fashion Institutes, Coaching Institutes etc..) It not only automates the entire processing of your institute but it also facilitates you in such a way that it paces you up to compete with in the competitive world. This software is customizable as per the requirement of the Institutes, we take only 5-7 days to completely Customize it, which suits your requirement. It has all the modules, which might require for smooth functioning of a Institute."; 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 = ''; } }