var fDesc=new Array(); fDesc[0] = "CodeWallet Pro 2006 securely organizes all of your business and personal information. It is the perfect companion to the mobile version of CodeWallet Pro for Windows Mobile Pocket PC or Smartphone. You can manage passwords, banking information, credit card details, PIN codes, travel plans, insurance policies, registration codes, gift lists. CodeWallet Pro 2006 will get you organized and help you find all of your important information when you need it. Password protection and strong data encryption keeps your information from others. Complete flexibility lets you store just about any type of information you can imagine, include attachments, graphics, sound files, and more."; 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 = ''; } }