<!-- Begin Menu Hover Effect
sfHover = function() {	var sfEls = document.getElementById("menu").getElementsByTagName("li");	for (var i=0; i<sfEls.length; i++) {		sfEls[i].onmouseover=function() {			this.className+=" sfhover";		}		sfEls[i].onmouseout=function() {			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");		}	}}if (window.attachEvent) window.attachEvent("onload", sfHover);// End Menu Hover Effect-->

<!-- Show Mouseover Effect
window.onload=show;
function show(id) {
document.getElementById(id).style.display = "block";
}

function hide(id) {
document.getElementById(id).style.display = "none";
}
//-->


function InsertMenu()
{
document.write('<div id="menu">\n');document.write('<ul class="nosm"><li><a href="http://doughty.ca/index.php">Home</a></li></ul>\n');document.write('<ul class="withsm"><li><a href="http://doughty.ca/about.php">About Us</a>\n');document.write('<ul>\n');document.write('<li class="withfo"><a href="http://doughty.ca/about.php">Beginnings</a>\n');document.write('<ul>\n');document.write('<li><a href="http://doughty.ca/about.php#meeting">Our Meeting</a></li>\n');document.write('<li><a href="http://doughty.ca/about.php#engage">Engagement</a></li>\n');document.write('<li><a href="http://doughty.ca/about.php#wedding">Wedding</a></li>\n');document.write('<li><a href="http://doughty.ca/about.php#home">First Home</a></li>\n');document.write('</ul>\n');document.write('</li>\n');document.write('<li class="nofo"><a href="http://doughty.ca/genealogy.php">Genealogy</a></li>\n');document.write('</ul>\n');document.write('</li></ul>\n');document.write('<ul class="withsm"><li><a href="http://doughty.ca/gallery.php">Pictures</a>\n');document.write('<ul class="nofo">\n');document.write('<li><a href="http://doughty.ca/gallery.php">Gallery Start</a></li>\n');document.write('<li><a href="http://doughty.ca/gallery/alaska.php">Alaska Cruise</a></li>\n');document.write('<li><a href="http://doughty.ca/gallery/aroundthebay.php">Around The Bay</a></li>\n');document.write('<li><a href="http://doughty.ca/gallery/fyfecamping.php">Camping with The Fyfes</a></li>\n');document.write('<li><a href="http://doughty.ca/gallery/cypruswithron.php">Cyprus with Ron</a></li>\n');document.write('<li><a href="http://doughty.ca/gallery/ottawa.php">Ottawa Canada</a></li>\n');document.write('<li><a href="http://doughty.ca/gallery/cyprus.php">Cyprus Lake</a></li>\n');document.write('</ul>\n');document.write('</li></ul>\n');document.write('<ul class="withsm"><li><a href="http://doughty.ca/games.php">Games</a>\n');document.write('<ul class="nofo">\n');document.write('<li><a href="http://doughty.ca/games.php">Start Page</a></li>\n');document.write('<li><a href="http://doughty.ca/games/chess.php">Chess</a></li>\n');document.write('<li><a href="http://doughty.ca/games/sudoku.php">Sudoku</a></li>\n');document.write('<li><a href="http://doughty.ca/games/bejeweled.php">Bejeweled</a></li>\n');document.write('</ul>\n');document.write('</li></ul>\n');document.write('<ul class="withsm"><li><a href="http://doughty.ca/blogs.php">Our Blogs</a>\n');document.write('<ul class="nofo">\n');document.write('<li><a href="http://doughty.ca/blogs.php">Pre-Thoughts</a></li>\n');document.write('<li><a href="http://doughty.ca/hisblog/">His</a></li>\n');document.write('<li><a href="http://doughty.ca/herblog/">Hers</a></li>\n');document.write('<li><a href="http://www.blogger.com/" target="_blank">Sign-In</a></li>\n');document.write('</ul>\n');document.write('</li></ul>\n');
}
