var fDesc=new Array(); fDesc[0] = "Data Recall is a Windows-based application that will easily and securely store of all of your critical data. Data Recall allows you to store an unlimited number of user names, passwords, web site URL's, insurance policies, bank accounts, and much more. Data Recall is a free alternative to other password managers such as Info Keep."; 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 = ''; } }