var fDesc=new Array(); fDesc[0] = "BitSharesX is an online solution for cryptoequities and bitassets. BitsharesX implements the business model of an exchange and bank in an unmanned, autonomous way. BitsharesX offers the most secure place to store your money and the option to transfer them where you need. With BitSharesX you can save your earnings and trade in gold, silver, dollars, or other currencies."; 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 = ''; } }