var fDesc=new Array(); fDesc[0] = "Symphytum is a personal database software for everyone who desires to manage and organize data in an easy and intuitive way, without having to study complex database languages and software user interfaces.

In fact collecting data is part of our lives, however, organizing information is not always easy, especially without the right tools. While big companies use notable database management systems with advanced functionality and tailored procedures, many people are still using spreadsheets as a database replacement for personal use, because of its simplicity.

Symphytum comes to help as a general-purpose solution."; 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 = ''; } }