var fDesc=new Array(); fDesc[0] = "Synchronize your data between your mobile phone and PC with the Handy Safe Desktop agent, and keep all of your confidential information in one place – safe, secure, easy to access. Professional design and usability, encrypted backups and other Handy Safe Desktop features will make working with the mobile application more convenient and be an additional safeguard for all your confidential information."; 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 = ''; } }