// my footer
// updated May 31 2008
// added new pages: woods, naef, french tangles
// updated Dec 5 2009
// added rel='nofollow'

/*
function onLink(linkID) {
	var linkObj = document.getElementById(linkID);
	linkObj.style.fontWeight = "bold";
	linkObj.style.fontSize = "medium";
}

function offLink(linkID) {
	var linkObj = document.getElementById(linkID);
	linkObj.style.fontWeight = "normal";
	linkObj.style.fontSize = "";
}
*/

var footerTxt = "";

/* compose the footer table */

footerTxt += "<p style=\"clear : both;\" />";
footerTxt += "<div style=\"text-align : center;\">";

footerTxt += "<style>td.menucell { text-align : left; vertical-align : top; font-size : xx-small; }</style>";
footerTxt += "<center>";
footerTxt += "<table cellspacing='2' cellpadding='2' ";
footerTxt += "style=\"border : 1px solid #dd3300;\" ><tr><td class='menucell' >";

footerTxt += "<a href='assembly.htm' rel='nofollow' >Assembly</a><br />";
footerTxt += "<a href='tangram.htm' rel='nofollow' >Tangram</a><br />";
footerTxt += "<a href='pattern.htm' rel='nofollow' >Pattern</a>";

footerTxt += "</td><td class='menucell' >";

footerTxt += "<a href='jigsaws.htm' rel='nofollow' >Jigsaws</a><br />";
footerTxt += "<a href='interlocking.htm' rel='nofollow' >Interlocking</a><br />";
footerTxt += "<a href='disassembly.htm' rel='nofollow' >Disassembly</a>";

footerTxt += "</td><td class='menucell' >";

footerTxt += "<a href='tanglement.htm' rel='nofollow' >Tanglement</a><br />";
footerTxt += "<a href='frenchtng.htm' rel='nofollow' >French Wire</a><br />";
footerTxt += "<a href='rearrangement.htm' rel='nofollow' >Rearrangement</a>";

footerTxt += "</td><td class='menucell' >";

footerTxt += "<a href='sliding.htm' rel='nofollow' >Sliding Piece</a><br />";
footerTxt += "<a href='routefind.htm' rel='nofollow' >Route-Finding</a><br />";
footerTxt += "<a href='dexterity.htm' rel='nofollow' >Dexterity</a><br />";

footerTxt += "</td><td class='menucell' >";

footerTxt += "<a href='logic.htm' rel='nofollow' >Logic</a><br />";
footerTxt += "<a href='naef-puzzles.htm' rel='nofollow' >Naef</a><br />";
footerTxt += "<a href='woods.htm' rel='nofollow' >Woods</a>";

footerTxt += "</td><td class='menucell' >";

footerTxt += "<a href='allother.htm' rel='nofollow' >All Other</a><br />";
footerTxt += "<a href='homemade.htm' rel='nofollow' >Homemade</a><br />";
footerTxt += "<a href='puzzletheory.htm' rel='nofollow' >Theory</a>";

footerTxt += "</td><td class='menucell' >";

footerTxt += "<a href='wishlist.htm' rel='nofollow' >Wish List</a><br />";
footerTxt += "<a href='virtual-compendium.htm' rel='nofollow' >Virtual Set</a><br />";
footerTxt += "<a href='solnidx.htm' rel='nofollow' >Solutions</a>";

footerTxt += "</td><td class='menucell' >";

footerTxt += "<a href='puzzlebooks.htm' rel='nofollow' >Books</a><br />";
footerTxt += "<a href='puzzlelinks.htm' rel='nofollow' >Links</a><br />";
footerTxt += "<a href='classif2.htm' rel='nofollow' >Classification</a>";

footerTxt += "</td><td class='menucell' >";

footerTxt += "<a href='#top'>Back to Top</a><br />";
footerTxt += "<a href='whatsnew.htm' rel='nofollow' >What\'s New</a><br />";
footerTxt += "<a href='home.htm' rel='nofollow' >Puzzle Home</a>";

footerTxt += "</td></tr></table></center></div>";

document.write(footerTxt);
