var fDesc=new Array(); fDesc[0] = "CoinManage 2008 Coin Collecting Software is a complete inventory program for the coin collector. Quickly & Accurately catalog and value your collection. Save many hours of data entry by simply picking from the provided listings of more than 18,900 US, Canadian & UK coins. Over 1200 high quality coin images are provided to help identification. Valuations are included for both certified and non-certified coins, in up to 200 different grades. Research your coins with over 4000 links to coin variety information, as well as the ability to add unlimited file or URL attachments to your records and built-in links to hundreds of informational coin collecting sites. A new View window allows you easily view your collection in many different ways. View Want List and Sell List info. View your coins by Month of Purchase, Month of Sale, Set, Location, Dealer, Customer, Grading Service, Year, Grade and Mint Mark. Want to see and perhaps print all coins in your collection dated 1961? Simply open the Year icon and click on 1961. Use the CoinManage Needed to Complete feature to see which varieties are needed to complete a particular type set. Now includes an integrated Report Designer and support for printing and scanning bar codes. Design & Print bar code labels similar to those used on PCGS, NGC & ANACS certified coins. CoinManage includes an integrated eBay coin search that will instantly find auctions for the coins you desire."; 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 = ''; } }