var fDesc=new Array(); fDesc[0] = "Free Address Book is a contact management software, wherewith you can note the addresses, birthdays, phone numbers, mobile, fax, company name, country, city, website address and email addresses of your contacts and partners.

You can easy print list of contacts and details of selected contact.
Free Address Book is absolutely free!

Manage your contacts easily and fast!"; 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 = ''; } }