txt01="FAMILY <style=filter:shadow(color=silver)>"
txt02="SECRETS"
txt03="Names are links - Each screen represents a family with a link to their parents or their children. To view more information about the person, click on the name of the parent or child. You can navigate up and down the family tree in this mannor<br>(Note: not all names are links)"
document.write("<DIV>");
document.write("<TABLE width=\'400\' align=\'center\' border=\'5\' bordercolor=\'#000000\' cellspacing=\'0\' cellpadding=\'2\' bgcolor=\'black\' style=\'filter:shadow(color=silver)\'><TR>");
document.write("<TD bgcolor=\'black\' align=\'center\' valign=\'top\'>");
document.write("<font color=\'red\' face=\'comic sans ms\' size=\'3\'><b>" + txt01 + "&nbsp&nbsp;&nbsp;&nbsp;" + txt02 + "<br>");
document.write("</TD></TR><TR><TD bgcolor=\'black\' align=\'left\' valign=\'top\'>");
document.write("<font color=\'white\' face=\'comic sans ms\' size=\'2\'><b>" + txt03 + "<br>");
document.write("</TD></TR></TABLE>");
document.write("</DIV>");