// my footer
// updated May 31 2008
// added new pages: woods, naef, french tangles

/*
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'>Assembly</a><br />";
footerTxt += "<a href='tangram.htm'>Tangram</a><br />";
footerTxt += "<a href='pattern.htm'>Pattern</a>";

footerTxt += "</td><td class='menucell' >";

footerTxt += "<a href='jigsaws.htm'>Jigsaws</a><br />";
footerTxt += "<a href='interlocking.htm'>Interlocking</a><br />";
footerTxt += "<a href='disassembly.htm'>Disassembly</a>";

footerTxt += "</td><td class='menucell' >";

footerTxt += "<a href='tanglement.htm'>Tanglement</a><br />";
footerTxt += "<a href='frenchtng.htm'>French Wire</a><br />";
footerTxt += "<a href='rearrangement.htm'>Rearrangement</a>";

footerTxt += "</td><td class='menucell' >";

footerTxt += "<a href='sliding.htm'>Sliding Piece</a><br />";
footerTxt += "<a href='routefind.htm'>Route-Finding</a><br />";
footerTxt += "<a href='dexterity.htm'>Dexterity</a><br />";

footerTxt += "</td><td class='menucell' >";

footerTxt += "<a href='logic.htm'>Logic</a><br />";
footerTxt += "<a href='naef-puzzles.htm'>Naef</a><br />";
footerTxt += "<a href='woods.htm'>Woods</a>";

footerTxt += "</td><td class='menucell' >";

footerTxt += "<a href='allother.htm'>All Other</a><br />";
footerTxt += "<a href='homemade.htm'>Homemade</a><br />";
footerTxt += "<a href='puzzletheory.htm'>Theory</a>";

footerTxt += "</td><td class='menucell' >";

footerTxt += "<a href='wishlist.htm'>Wish List</a><br />";
footerTxt += "<a href='virtual-compendium.htm'>Virtual Set</a><br />";
footerTxt += "<a href='solnidx.htm'>Solutions</a>";

footerTxt += "</td><td class='menucell' >";

footerTxt += "<a href='puzzlebooks.htm'>Books</a><br />";
footerTxt += "<a href='puzzlelinks.htm'>Links</a><br />";
footerTxt += "<a href='classif2.htm'>Classification</a>";

footerTxt += "</td><td class='menucell' >";

footerTxt += "<a href='#top'>Back to Top</a><br />";
footerTxt += "<a href='whatsnew.htm'>What\'s New</a><br />";
footerTxt += "<a href='home.htm'>Puzzle Home</a>";

footerTxt += "</td></tr></table></center></div>";

document.write(footerTxt);
