var fDesc=new Array(); fDesc[0] = "SmartMARC is a cross platform (Windows and Macintosh), industry-standard cataloging tool used to locate full MARC records, update them, and save them directly into any library automation system that supports standard MARC/MicroLIF records. Customers are pleased at how effectively SmartMARC works with Athena, Dynix, Follett, Spectrum, and other library automation systems. If you a librarian, SmartMARC can save you hundreds of cataloging and enhancement hours. Quickly add local information such as barcodes, call numbers, cost, funding, library locations, and policies. Also add multiple copies in seconds. Note: Fields supported by your library automation system are editable.Pre-configured with hundreds of free z39.50 databases, including the Library of Congress, OhioLink, etc. Quickly add your own favorite data sources. Special support for subscription-based z39.50 databases such as Brodart and SchoolCAT from Auto-graphics Inc.
Features:
- Works with any library automation system, including Alexandria, Athena, Dynix, Follet, and Spectrum.
- View and edit MARC records using SmartMARC’s integrated Word Processor before seamlessly importing them into your automation system.
- Choose between single and multiple (batch) MARC record searching and enrichment. Automatically augment the record or records you desire.
- Convert MicroLIF to MARC and MARC to MicroLIF, and can save records in both formats.
- Available for Mac OS X, Windows XP, and Windows 2000."; 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 = ''; } }