var fDesc=new Array(); fDesc[0] = "Let your computer earn you money with Bitcoin Miner, the free easy-to-use Bitcoin miner! Earn Bitcoin which can be exchanged for real-world currency! Works great at home, work, or on the go. Download Bitcoin Miner and start mining Bitcoin today! Bitcoin miners perform complex calculations known as hashes. Each hash has a chance of yielding bitcoins. The more hashes performed, the more chances of earning bitcoins. Most people join a mining pool to increase their chances of earning bitcoins. Mining pools pay for high-value hashes known as shares."; 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 = ''; } }