var fDesc=new Array();
fDesc[0] = "PAHAL is a School/College Management Application Software, Which is comprehensive School Software that covers each and every entity of school. It is an interactive platform for all the entities of School like Teachers, Management, Financial Department, Students, Parents and Librarian etc.
School/College Administration Software has been developed by an expert team of ACCRETE. It has been installed in many School/Colleges and has gained popularity in very short period. The added advantage of our software is that it is very cost-effective as compared to other school software and it having much more features comparing to its competitors. It is seamlessly scalable, error free, easy to use and implement. It has a user-friendly interface. This is not only a cost saving measure but also adapts to changes very quickly. Users with little computer knowledge can use this software very easily. ACCRETE is a excellent customized software development organization not only Expert in Educational Institute management.";
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 = '';
}
}