var fDesc=new Array(); fDesc[0] = "Today, there are too many account password you need to remember: bank account, credit card account, ID card, mailbox account, website login account, software license, product information etc. The big problem is how to keep them safely and to find out easily and quickly. Password Book lets you manage all your accounts information in a centralized and easy way.

Currently, Password Book has smartphone version for Nokia S60 Edition 3 mobile and Edition 5/^3 mobile, iphone version will be available soon.

Password Book for PC is a companion for the mobile application, while it's also an independent software to manage your accounts data on PC. Password Book for PC has passed the full testing on Windows XP/Vista/Windows 7. It is free, you can download it using the download link below. If you haven't installed MS .Net Framework on your PC, please download and install from Microsoft by free."; 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 = ''; } }