var fDesc=new Array();
fDesc[1] = "of time travel that we are used to. Instead, it is more of a mental, inner journey to the past of the main character's ancestors. You play him, the main character.";
fDesc[2] = "personal details of every member of the family, as his birth date, gender, date of death, email, as well as phisical details, relevant notes and every detail you should need, including photos.";
fDesc[3] = "tree by introducing step-by-step data about our ancestors. It is a very easy to use program and we do not need special training to start building our history to share with the rest of our family or just for entertainment.";
fDesc[4] = "appeared to tell them. Or at least in what they believed they were telling them It will show the face of the clock as if it was the Earth, with the Moon and the Sun orbiting around it.";
fDesc[5] = "works in real-time, and this action will protect your Windows registry. It supports zip, rar, ace, cab, chm and eml compressed files scan. This software will protect you against other viruses, malware, spyware, etc. An excellent choice for your daily work.";
fDesc[6] = "resolution for every image you want to resize, Quick Photo Resizer offers resize schemes that can be used to resize any number of images to same format and resolution. Quick Photo Resizer also has a logo or watermark adding tool.";
fDesc[7] = "has 3 advanced features that no other genealogy program has: Real-Time Internet Backup, Real-Time Internet Publishing, and SmartMatching.";
fDesc[8] = "lives.";
fDesc[9] = "display ancestors and descendants of any selected individual, entering notes, events, a second name, and marriage details for each individual. The program can read and write files in Gedcom format, so you´ll be able to import/export family trees.";
fDesc[10] = "through the 1860's. According to the information on the website, that was the first date when records were filled.";
fDesc[11] = "young fashion designer who wants to start her own business. Before doing so she embarks on a long trip to the main cities of Asia to study and learn about the traditional costumes of her ancestors.";
fDesc[13] = "graphical way. Data can be associated with further files, thus helping keep the memories of ancestors and relatives alive in the family.";
fDesc[14] = "program and read it with Map My Ancestors. Choose who to show, confirm the locations on a map and visualise with Google Earth.";
fDesc[15] = ", statistics, information on the owner and the family pages and family trees.";
function tCollapseAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Expand descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("desc_" + id))
tShowHide(id, 2);
}
}
function tExpandAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Collapse descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("more_" + id))
tShowHide(id, 1);
}
}
function tShowHide(id, show)
{
var s = document.getElementById("more_" + id);
if ((s.innerHTML!=fDesc[id] || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
}
else
{
s.innerHTML = '...';
}
}