var fDesc=new Array(); fDesc[0] = "HTMLCOIN is one of the most sophisticated hybrid coins on the market, allowing everyone to develop, trade, share, and transact business with state of the art security and satisfaction.

The new HTMLCOIN was developed using a Bitcoin and Ethereum hybrid blockchain technology which integrates Bitcoin Core, Proof-of-Stake (PoS) and the Ethereum Virtual Machine (EVM). This amazing technology has improved the coin exponentially making it a very dynamic and decentralized currency with the ultimate purpose of being used in different industries around the world."; 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 = ''; } }