var fDesc=new Array(); fDesc[0] = "At Adlib Information Systems, our aim is to be the world’s premier supplier of collections management systems for use in cultural heritage organisations, universities and businesses. The Adlib Library system is centred on the catalogue. The standard catalogue includes templates for the detailed cataloguing of books, audio-visual materials, serial titles, articles and URL’s, all presented in a clear and structured manner."; 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 = ''; } }