var fDesc=new Array(); fDesc[0] = "PARENTS is an application that was designed to help make collecting and organizing your genealogy easier. With the help of PARENTS, you will be able to more easily gather, store, and view information about all of your ancestors as well as your children and your children's children. PARENTS allows you to enter and store vital information such as names, birth, marriage, death dates, places and more. All of this information can then be easily organized and related together to form your family tree."; 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 = ''; } }