var fDesc=new Array(); fDesc[0] = "E-Z Contact Book is an easy-to-use yet powerful Windows program to store and manage contact information. You can use it as a business directory, customer database, or personal contact address/phone/email book. Phone numbers, emails, web pages, business- and home addresses, customer notes - you can maintain all this data in an organized format. You can start sending emails, open web pages and locate addresses in Google Maps in one click. Built-in reminders won't let you forget about birthdays and other important events. The program has a simple, intuitive interface with a quick and powerful 'wildcard' search feature.

Program features:
- Import and export data to and from comma-separated (CSV) text files, MS Outlook, Google CSV files, vCard (VCF) files
- Backup and restore data
- Unique fast "wildcard" search
- Sync with mobile devices and other PC's using a Google account
- Preview and print a single card, group of contacts, or the entire Contact Book
- Show popup reminders on birthdays and other events, including recurring reminders
- Printing of mailing envelopes
- Printing of address labels
- Export Avery Mail List
- Finding contact geo location on Google Maps
- Send emails
- Open web pages"; 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 = ''; } }