var fDesc=new Array(); fDesc[0] = "MultiBit Classic allows you to manage your Bitcoin wallets. It has a simple interface that shows all your Requests and Transactions. It also lets you password protect your wallets. The Classic version is a legacy product and is in maintenance mode. The security model of MultiBit Classic is weaker than MultiBit HD; so it is only recommended if you have private keys that cannot be migrated."; 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 = ''; } }