var fDesc=new Array(); fDesc[0] = "Software for University Libraries (SOUL) is an state-of-the-art integrated library management software designed and developed by the INFLIBNET Centre based on requirements of college and university libraries. It is a user-friendly software developed to work under client-server environment. The software is compliant to international standards for bibliographic formats, networking and circulation protocols. After a comprehensive study, discussions and deliberations with the senior professionals of the country, the software was designed to automate all house keeping operations in library. The software is suitable not only for the academic libraries, but also for all types and sizes of libraries, even school libraries"; 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 = ''; } }