var fDesc=new Array(); fDesc[0] = "Dashlane makes identity and payments simple with its password manager and secure digital wallet app.

Dashlane allows its users to securely manage passwords, credit cards, IDs, and other important information via advanced encryption and local storage. Dashlane has helped 7 million users manage and secure their digital identity, and has enabled over $9 billion in e-commerce transactions.

The app is available on PC, Mac, Android and iOS, and has won critical acclaim by top publications including The Wall Street Journal, The New York Times, and USA Today. Dashlane is free to use on one device and Dashlane Premium costs $39.99/year to sync between an unlimited number of devices."; 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 = ''; } }