var fDesc=new Array(); fDesc[0] = "SPB Wallet is a secure and manageable storage of sensitive information, such as passport and account numbers, access and PIN codes, logins and passwords. The encrypted and password-protected data can be accessed from Windows PCs, and synchronized with mobile devices. Available for Android, Apple iPhone, Symbian S60 and Windows Mobile."; 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 = ''; } }