var fDesc=new Array(); fDesc[0] = "Custom Addressbook is an intuitive, small, powerful, and extremely flexible Address Management program for Windows 7, XP, Vista, 200x, NT, 98 and ME.

This award-winning program is unique, among the many apparently similar programs, in that it enables you to define your own addressbook fields and categories.

Another advantage is that the program and its database file can run directly from external disk (USB stick, flash drive, etc.).
This means, that anywhere you may be, if you can make use of a computer, then you can also access your Custom Addressbook! All you need is to have with you the disk with the program and the data file. Freeware and shareware versions are available."; 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 = ''; } }