var fDesc=new Array(); fDesc[0] = "Features of the Address Book:
- It supports skins
You can change its background scheme to suit your desktop by choosing from many different alternatives.
- Its "imaginative"
Every contact can have an image matching his/her style. A lot of funny clipart is embedded but you can use your own images too. The program scales your pictures to the desired size.
- Its Powerful
It can dial, import your Outlook contacts, create HTML pages of your contacts, print basic business cards (with images), send email to lists 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 = ''; } }