var fDesc=new Array(); fDesc[0] = "Moxier Wallet is a solution to help you manage your important personal information such as website logins, passwords, PIN numbers, product data, financial as well as health and prescription information. Moxier Wallet is customizable, user-friendly, and offers powerful 256-bit AES encryption technology to keep your data secure."; 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 = ''; } }