var fDesc=new Array(); fDesc[0] = "Nmc-wallet Wallet is a free online namecoin wallet which you can use to make worldwide payments for free. We make paying with namecoin easy and secure available anywhere on your phone or desktop.

We are not a bank, you retain complete ownership of your Money. We cannot view your balance, see your transactions or make payments on your behalf.
Namecoin is an open source decentralized key/value registration and transfer system based on Bitcoin technology (a decentralized cryptocurrency).
It allows you to:
Securely register and transfer arbitrary names (keys), no possible censorship!
Attach values (data) to the names (currently up to 520 bytes, will be extended)
Trade and transact namecoins, the digital currency NMC."; 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 = ''; } }