var fDesc=new Array(); fDesc[0] = "Handy Address Book makes it easy to manage your contacts and their details such as addresses, phone numbers, and email IDs. It lets you import and export data from a variety of programs such as Outlook, Palm, and the Windows Address Book. All your data can be printed in various formats. Addresses can be printed in a tabular list format, as a booklet, or as detailed records; envelope and label printing is also included."; 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 = ''; } }