var fDesc=new Array(); fDesc[0] = "GeneWeb is a genealogy software with a web interface created by Daniel de Rauglaudre. It can be installed locally on a stand-alone machine and on any web server. It comes with an efficient relationship and consanguinity calculator developed in collaboration with Didier Rémy, Research Director at INRIA.
GeneWeb is a free software distributed with a GNU General Public License and supported on Unix, Linux, Microsoft Windows and Mac OS X."; 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 = ''; } }