var fDesc=new Array(); fDesc[0] = "Ixcoin is a peer-to-peer currency based on Bitcoin with a shorter maturity. Peer-to-peer means that no central authority issues new money or tracks transactions. These tasks are managed collectively by the network.

Ixcoins are the unit of currency of the Ixcoin system. Similarly to Bitcoin's BTC, a commonly used shorthand for this is “IXC” to refer to a price or amount. An Ixcoin isn't tangible. It is just a number associated with a Ixcoin Address."; 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 = ''; } }