var fDesc=new Array(); fDesc[0] = "Coin Vault is a powerful, professional, and easy to use Windows software application that assists you in managing your coin collection.

Twenty-one different data fields allows you to store detailed information about each coin, as well as up to 3 images of the coin. Coin Vault can be used by coin collectors, hobbyists, and coin dealers.

-Provide specific details of the coin such as year and mint mark, category, condition, condition basis, quantity, quantity units, storage location, purchase price, current value, and whether the coin is wanted or for sale.

-Store up to 3 images of the coin or currency."; 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 = ''; } }