var fDesc=new Array(); fDesc[0] = "Storj Share is a cross-platform desktop application enabling users to earn money by sharing their extra hard drive space on the Storj network. You just need to download the Storj desktop application, and choose how much storage to share. Storj is a cloud storage platform that uses blockchain technology and cryptography to secure your files."; 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 = ''; } }