var fDesc=new Array(); fDesc[0] = "Mémo Friends is a program to save your relatives' data, like their addresses or phone numbers... and also the important dates for them (birthday, Saint's day...).
You can then automatically be advised at your PC's startup what are the dates to wish soon to your friends. So, this is really a good "memory" tool to manage with your friends' data... and you should have no more excuse for forgetting and not wishing them a happy birthday !"; 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 = ''; } }