var fDesc=new Array(); fDesc[0] = "Bringing together all of your accounts, assets and application interfaces, the Fusion Wallet combines all Ubiq blockchain functionality into one secure and powerful interface. Providing a full node with all of the tools to write and deploy your own smart contracts and tokens.

Fusion is wrapped in a sleeker design, enjoys smoother operation, and provides far more functionality than standard cryptocurrency wallets. Fusion acts as a portal into the Ubiq environment, providing fast syncing times, drag-and-drop account imports and backups, and one-click wallet updates."; 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 = ''; } }