// Family Tree
content  = '<tr><td bgcolor="'+fcolor+'" id="menutext" onmouseover="mOvr(this);" onmouseout="mOut(this);" onclick="mClk(this);"><a href="../tree.html">Hanifin Family</a></td></tr>\n';
content += '<tr><td bgcolor="'+fcolor+'" id="menutext" onmouseover="mOvr(this);" onmouseout="mOut(this);" onclick="mClk(this);"><a href="../Ashe/">Ashe Family</a></td></tr>\n';
content += '<tr><td bgcolor="'+fcolor+'" id="menutext" onmouseover="mOvr(this);" onmouseout="mOut(this);" onclick="mClk(this);"><a href="../Brosnan/">Brosnan Family</a></td></tr>\n';
content += '<tr><td bgcolor="'+fcolor+'" id="menutext" onmouseover="mOvr(this);" onmouseout="mOut(this);" onclick="mClk(this);"><a href="../Starnes/">Starnes Family</a></td></tr>\n';
// content += '<tr><td bgcolor="'+fcolor+'" id="menutext" onmouseover="mOvr(this);" onmouseout="mOut(this);" onclick="mClk(this);"><img src="../images/blank.gif" height="1" width="1"></td></tr>\n';
// content += '<tr><td bgcolor="'+fcolor+'" id="menutext" onmouseover="mOvr(this);" onmouseout="mOut(this);" onclick="mClk(this);"><a href="../FamilyAdmin/">Edit your family Tree</a></td></tr>\n';
// content += '<tr><td bgcolor="'+fcolor+'" id="menutext" onmouseover="mOvr(this);" onmouseout="mOut(this);" onclick="mClk(this);"><a href="../FamilyAdmin/SurnameAdd.asp">Add a new family Tree</a></td></tr>\n';
createLayer("treeLayer",      50, content);

// Messages
content  = '<tr><td bgcolor="'+fcolor+'" id="menutext" onmouseover="mOvr(this);" onmouseout="mOut(this);" onclick="mClk(this);"><a href="../messages/">Read Messages</a></td></tr>\n';
content += '<tr><td bgcolor="'+fcolor+'" id="menutext" onmouseover="mOvr(this);" onmouseout="mOut(this);" onclick="mClk(this);"><a href="../messages/post-form.asp">Post a Message</a></td></tr>\n';
createLayer("messageLayer",   149, content);

// Biographies

content  = '<tr><td bgcolor="'+fcolor+'" id="menutext" onmouseover="mOvr(this);" onmouseout="mOut(this);" onclick="mClk(this);"><a href="thomasandmargaret.html">Thomas &amp; Margaret Hanifin</a></td></tr>\n';
content += '<tr><td bgcolor="'+fcolor+'" id="menutext" onmouseover="mOvr(this);" onmouseout="mOut(this);" onclick="mClk(this);"><a href="johnjoseph.html">John Joseph Hanifin</a></td></tr>\n';
content += '<tr><td bgcolor="'+fcolor+'" id="menutext" onmouseover="mOvr(this);" onmouseout="mOut(this);" onclick="mClk(this);"><a href="davidjoseph.html">David Joseph Hanifin</a></td></tr>\n';
content += '<tr><td bgcolor="'+fcolor+'" id="menutext" onmouseover="mOvr(this);" onmouseout="mOut(this);" onclick="mClk(this);"><a href="brianjoseph.html">Brian Joseph Hanifin</a></td></tr>\n';
createLayer("biosLayer",      235, content);

// Research
content  = '<tr><td bgcolor="'+fcolor+'" id="menutext" onmouseover="mOvr(this);" onmouseout="mOut(this);" onclick="mClk(this);"><a href="../links.html">Irish Research Links</a></td></tr>\n';
content += '<tr><td bgcolor="'+fcolor+'" id="menutext" onmouseover="mOvr(this);" onmouseout="mOut(this);" onclick="mClk(this);"><a href="../patrick.html">My St. Patrick Paper</a></td></tr>\n';
createLayer("researchLayer",  334,  content);

// Guestbook
content  = '<tr><td bgcolor="'+fcolor+'" id="menutext" onmouseover="mOvr(this);" onmouseout="mOut(this);" onclick="mClk(this);"><a href="../guest.asp">Leave a greeting</a></td></tr>\n';
content += '<tr><td bgcolor="'+fcolor+'" id="menutext" onmouseover="mOvr(this);" onmouseout="mOut(this);" onclick="mClk(this);"><a href="../guestbook.asp">Read everyones greetings</a></td></tr>\n';
createLayer("guestbookLayer", 417, content);

// About
content  = '<tr><td bgcolor="'+fcolor+'" id="menutext">\n';
content += 'Portions of this site were provided<br />\n';
content += 'by family members. Thank you for<br />\n';
content += 'your contributions!<br />\n';
content += '<br />\n';
content += '<div align="center">Established in 1997</div>\n';
content += '</td></tr>\n';
content += '<tr><td bgcolor="'+fcolor+'" id="menutext" onmouseover="mOvr(this);" onmouseout="mOut(this);" onclick="mClk(this);"><a href="../Contact/">Email us your Suggestions</a></td></tr>\n';
createLayer("aboutLayer",     507, content);


jsLoaded = 1;