var fDesc=new Array(); fDesc[0] = "Track&Price Coins gives you the power of accurate, up-to-date pricing with acces to over 1.5 million auction results and counting.

Features:


- Coin Author Reference Information
- 20 Coin Categories
- Over 80 Coin Varieties
- Auction Results show prices realized, source, date, graded by, lot number, sale number and comments
- Easy-to-use and customize auction results screens
- Displays all coin denominations
- Find a year / coin denomination quickly with the Quick Find feature
- View your coin author reference authorizations
- View Track & Price Coin tutorials"; 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 = ''; } }