var fDesc=new Array(); fDesc[0] = "Our address book software is very easy to use. It's a simple, straight forward program that allows you to store addresses and print labels, envelopes, postcards, address books, and more.

Easy Address Entry
All entries are listed alphabetically. Easily add new names, addresses, phone numbers, emails, notes, and birthdays.

Address Types
Organize addresses together by types to categorize family, friends and business contacts separately. Even create your own custom address types.

Label Types
Choose your label size from hundreds of standard Avery mailing and shipping labels including Avery 8160, 5160, 5163, 5164, and many more. Select your label format and your addresses are automatically aligned and ready to print.

Envelope Types
Choose from 15 different standard envelope sizes including #10 business size, personal stationary size - plus an option to enter in a custom size to accommodate your special envelopes for invitations, cards, or any unique size. Select your envelope size and your addresses are automatically aligned and ready to print."; 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 = ''; } }