var fDesc=new Array(); fDesc[0] = "Eldy Association is a group reaching out to the elderly and disabled community offering a combination of technological tools and human support with the purpose of reducing their isolation, and loneliness.

Eldy encourages people to stay active and social.

The Eldy program has had great success do to all the dedicated people who have developed and worked on this project over the years.

It has become much more than a simple computer program."; 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 = ''; } }