var fDesc=new Array(); fDesc[0] = "My Value Collection is for precious metals investors, collectors, stackers and numismatists. It helps to keep track of your coin purchases, creates detailed report and statistics of ounces you hold, including up-to-date value of your precious metals in more than 170 fiat currencies, return on your investment and much more. You can add new items to your collection by searching thought internal database of more than 20,000 popular coins and bars. As well as you can add your coins and bars manually."; 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 = ''; } }