var fDesc=new Array(); fDesc[0] = "Ideal for both personal and business use, Advanced Phonebook is a digital-analog alternative to the address book or phone directory. Unlike many other programs, the flexible customization of Advanced Phonebook allows storage of not only phone numbers, faxes and addresses, but also other types of contact data, such as email addresses, ICQ, AOL, MSN, etc.

Another program feature is that it can group contacts by category. A contact can be viewed both alphabetically and by category (eg business or personal). Contacts with frequently used phone numbers can be added to your favorites. The powerful and flexible search function allows you to search data by any criteria. All contacts can be exported to HTML and CSV files."; 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 = ''; } }