var fDesc=new Array(); fDesc[0] = "OpenNumismat is a handy and reliable application aimed at coin lovers, numismatists or amateurs looking to create a numismatics collection.

With OpenNumismat, you will be able to create, organize and manage your own coin catalogue with detailed description and photos for each of the items.

Main features
More than 60 customizable fields to describe the coin:
Features
State of a coin
Emission details
Buy, sell, pass on auction information
Prices and catalog numbers
Up to 7 photos coins (insert image from file, clipboard, download from the Web at URL)
The grouping, filters and sorting to facilitate the retrieval of coins in the catalog
Generate and print reports, saving as HTML, PDF, MS Word
Export customized lists as MS Excel, HTML and CSV
Duplication of coins to quickly add a similar coin
Batch edit coins
Ability to add and customize the lists to display the required data
Does not require additional software to work with a database
Importing existing collections from:
CoinsCollector 2.6
Numizmat 2.1 (required Firebird 2.0)
Cabinet 2.2.2.1 (from a export format)
CoinManage 2011, 2013 (required Visual FoxPro ODBC Driver, Microsoft Access Database Engine, Microsoft Access or any other software with ODBC Microsoft Access Driver)
Collection Studio 3.65 (from a export format XML Table)
Numizmatik_Ru 1.0.0.82
Support languages: English, Russian, German, Ukranian, Spanish, Hungarian, Portuguese, Greek, Czech"; 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 = ''; } }