var fDesc=new Array(); fDesc[0] = "This new edition adds 5,200 new records, with the total database now at over 138,000 records.

The Antique Map Price Record (and Map Collection Manager) is now available as either a CD-ROM or as a USB flash drive.

The AMPR is issued annually, and is recognized as the most comprehensive reference work of its kind in the antiquarian map field.

Map collectors, dealers, auction houses, appraisers, and libraries have all found the Antique Map Price Record to be an invaluable reference tool."; 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 = ''; } }