var fDesc=new Array(); fDesc[0] = "NMCollectorJE allows you to create inventory for coin collections, knife collections, Japanese sword collections, stamp collections, gem collections and others. You can even define your own collection types from scratch.
Main features:
- Handles multiple collection types all in one program.
- Primary interface is treeview with associated tabs.
- Statistics feature that summarizes dollar values
- Ability to export to Excel and other formats."; 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 = ''; } }