var fDesc=new Array(); fDesc[0] = "Bisq is an open-source desktop application that allows you to buy and sell bitcoins in exchange for national currencies or alternative cryptocurrencies. Bisq is unique in that it enables you to start trading in less than 10 minutes.

Unlike traditional online exchanges, Bisq is designed to be instantly accessible, no need for registration or approval from a central authority. Decentralized, there is no single point of failure. The system is peer-to-peer and trading cannot be stopped or censored. Safe, Bisq never holds your funds. Decentralized arbitration system and security deposits protect traders."; 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 = ''; } }