var fDesc=new Array(); fDesc[0] = "A powerful and versatile label generating and printing solution specially designed for libraries.
FEATURES:
Works with OCLC Connexion, OCLC CatME, OCLC Passport for Windows, SIRSI (including label and notice mailer printing), Innovative Interface, Dynix, NOTIS, DRA and other library systems. By importing label data directly from these systems, the Label Maker automates and simplifies your label printing process and greatly increases your productivity.
Provides user-friendly interface and is easy to use for even the casual PC users.
Offers a variety of powerful editing features, including cut, copy, paste, delete, font change, alignment, et al.
With just one click, multiple copies of labels for multi-volumes and multi-items can be automatically made."; 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 = ''; } }