var fDesc=new Array(); fDesc[0] = "Birthday is a simple and small program that doesn’t perform a lot of functions but is very useful for very busy men. The program is destined to remind you of somebody’s birthday. You can get some additional information except the birthday date. This are the age, some facts like under what zodiac sign the person is born, the Chinese counterpart. If you want to know, what persons were born within a given date interval or the definite age, you can easily find it using Birthday. You are free to customize the reminders as you wish."; 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 = ''; } }