<!-- hide script from old browsers
	document.write("<span class=\"navbar\">");
	document.write("	<div style=\"float:left\">");
	document.write("		<table border=\"0\" cellpadding=\"0\" width=\"146\">");
	
	menuRow("index.html","Home");
	menuRow("none.html"," ");
	menuRow("wedding/index.html","Wedding");
	menuRow("none.html"," ");
	menuRow("resume.html","Resum&eacute;");
	menuRow("resume_print.html","Resum&eacute; (print)");
	menuRow("resume.pdf","Resum&eacute; (.pdf)");
	menuRow("resume.doc","Resum&eacute; (.doc)");
	menuRow("none.html"," ");
	menuRow("http://www.google.com/calendar/render?cid=bill.davis%40gmail.com","Calendar");
	menuRow("http://www.flickr.com/photos/billdavisjr/","Flickr");
	menuRow("http://picasaweb.google.com/bill.davis","Picasa");
	menuRow("http://billdavis.blogspot.com/","Blog");
	menuRow("http://billdavis.livejournal.com/","LiveJournal");
	menuRow("http://www.linkedin.com/in/billdavisjr","LinkedIn Profile");
	menuRow("http://www.facebook.com/p/Bill_Davis/500063689","FaceBook");
	menuRow("http://www.myspace.com/wbdjr","MySpace");
	menuRow("http://www.amazon.com/gp/registry/wishlist/ITZUTYKAEAM7/ref=wl_web","Amazon Wish List");
	menuRow("none.html"," ");
	menuRow("http://www.dmsfs.org/","DMSFS");
	menuRow("http://www.demicon.org/","DemiCon");
	menuRow("none.html"," ");
	menuRow("none.html"," ");
	menuRow("none.html"," ");
	menuRow("none.html"," ");
	menuRow("none.html"," ");
	menuRow("none.html"," ");
	menuRow("none.html"," ");
	menuRow("none.html"," ");
	menuRow("none.html"," ");
	menuRow("none.html"," ");
	menuRow("none.html"," ");
	menuRow("none.html"," ");
	menuRow("none.html"," ");
	menuRow("none.html"," ");
	menuRow("none.html"," ");
	menuRow("none.html"," ");
	menuRow("none.html"," ");
	menuRow("none.html"," ");

	document.write("		</table>");
	document.write("	</div>");
	document.write("</span>");

function menuRow(thePage,theTitle) {
	var sPath = window.location.pathname;
	var sPage = sPath.substring(sPath.lastIndexOf('/') + 1); //var sPage = sPath.substring(sPath.lastIndexOf('\\') + 1);
	if (thePage==sPage) {
		document.write("			<tr><td style=\"background: goldenrod; color: white;\" valign=\"center\" align=\"center\" height=\"28\"><b>"+theTitle+"</b></td></tr>");
	} 
	else if ( (thePage=='index.html') && (sPage=='') ) {
		document.write("			<tr><td style=\"background: goldenrod; color: white;\" valign=\"center\" align=\"center\" height=\"28\"><b>"+theTitle+"</b></td></tr>");
	}
	else {
		document.write("			<tr><td valign=\"center\" align=\"center\" height=\"28\"><a href=\""+thePage+"\">"+theTitle+"</a></td></tr>");
	}
}	
// end hiding script from old browsers -->

