var fDesc=new Array(); fDesc[0] = "EzStamp will help your organize your collection quickly & easily, giving you more time to enjoy your hobby. The finest stamp collecting software in the business! EzStamp is the worlds #1 Stamp Inventory program to manage your stamp collection with over 142 countries, SCOTT #'s, all with full color images supplied! Our USA database has over 18,300 unique entries PLUS the largest repository of images ( over 19,200 stamp images + 36,700 stamps listed on our CD ). We also include the PNC (Plate Number Coil) database with 1375 separate entries! Also included are US Revenues, UN, Canada, CDN Provinces, Duck Stamps, Hawaii, Confederate States, Ryukyus, Palau, Philippines, Micronesia, Marshall Islands! Reliable current market values are pre supplied with all databases so you can accurately value your stamp collection. Try our FREE DEMO and see for yourself the features that no other stamp collecting software has and how easy it is to use."; 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 = ''; } }