var fDesc=new Array(); fDesc[0] = "Library Vision provides a suite of tools designed for the running of any size of library, from a small internal workplace library to a city or college library with multiple departments. The software features easy member and loan catalog management and streamlines all processes in the loan cycle including but not limited to reservations, account management, loan issuing and returns. Library Vision also offers a number of options to assist you in running a website featuring your loan catalog.

Main Features:

- Easy to use Windows interface
- Personalizable main screen
- Custom Toolbar Setup
- Customer limit
- Rental Item limit

Requirements:

- Minimum Recommended Configuration

- 500 MHz or faster Pentium III or AMD Athlon processor
- 128 MB or greater RAM
- 200MB or greater free hard disk space"; 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 = ''; } }