var fDesc=new Array(); fDesc[0] = "This program can help you maintaining address book, keeping all your personal data at one place, reminders of important events or meetings, reminders of birthdays & wedding anniversaries of your near & dear once. It reminds you of the expiry of your passport, license and other important matters and also reminds you for the Insurance policies premium dues and the regular bill payment like telephones, mobiles, elect bills, credit card bills etc."; 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 = ''; } }