var fDesc=new Array(); fDesc[0] = "CoinManage is a program that helps you mange your coin collection. With this program, you can catalog and appraise your coin collection, create reports, labels, and charts, search for coin auctions on eBay, and more. The program features: comprehensive and accurate listing of coins, up-to-date and accurate valuations in many grades, fully integrated report designer, ability to backup and restore data and images directly to the Internet cloud storage, and more.

The Deluxe edition includes USA, Canada, and UK coin listings."; 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 = ''; } }