var fDesc=new Array();
fDesc[0] = "Famtree is fully compatibility with Windows 7, Vista, and XP - and now has enhanced ability to read gedcom files produced by Ancestry.com, Genes Reunited and other sites/programs.
Main features:
- FAVOURITES' feature - making it simple to show trees and charts for individuals accessed on a regular basis
- Much improved PRINT PREVIEW facility
- Much improved user interface - new TOOLBAR LAYOUT AND ICONS to assist ease of use
- Option to include HALF-SIBLINGS in Wide Family Group charts
- Optimised for use with all SCREEN RESOLUTIONS from 800x600 upwards, and for viewing in maximised and non-maximised windows
- SCROLL BACK AND FORTH through all the charts and trees displayed this session
- 'SAVE NOW' facility to save your file with a single click
- Improved access to the INTERNET from within Famtree
- Simplified INSTALLATION process";
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 = '';
}
}