<!-- hide script from old browsers

	document.write("	<div id=\"navbar\" class=\"navbar\" style=\"float:left; width: 150px;\">");
	document.write("		<table border=\"0\" cellpadding=\"0\" width=\"146\">");
	
	document.write("		<tr><td><a href=\"index.html\" border=\"0\"><img src=\"img/dmsfs_header.gif\" border=\"0\"></a></td></tr>");
	
	menuRow("index.html","Home");
	menuRow("dmsfsabout.html","About DMSFS");
	menuRow("dmsfslatenews.html","News");
	menuRow("dmsfsevents.html","Minutes");
	menuRow("dmsfslinks.html","Links");
	menuRow("dmsfsmerchandise.html","Merchandise");
	menuRow("none.html"," ");

	menuRow("http://www.demicon.org/","DemiCon");
	menuRow("http://paradox.dmsfs.org/","Paradox");
	menuRow("http://www.trans-iowa.org/","TICC");
	menuRow("http://www.facebook.com/group.php?gid=67803278672&ref=search&sid=500063689.3485479904..1","FaceBook");
	menuRow("http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendID=254922811","MySpace");
	menuRow("http://groups.google.com/group/dmsfs-chat","Chat List");
	menuRow("calendar_redirect.html","Calendar");
	menuRow("none.html"," ");
	
	menuRow("http://www.dmsfs.org/dmsfs_feed.rss","RSS News Feed");
	menuRow("http://www.dmsfs.org/dmsfs_feed.atom","Atom News Feed");
	menuRow("http://www.google.com/calendar/feeds/5jkcm0sl2sib07qruea12e84bo%40group.calendar.google.com/public/basic","Calendar Feed");
	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("	<tr><td><a href=\"http://www.demicon.org/\"><img src=\"img/demicon_badge.jpg\"></a></td></tr>");
	
	document.write("		</table>");
	document.write("	</div>");


function menuRow(thePage,theTitle) {

	var sPath = window.location.pathname;
	//var sPage = sPath.substring(sPath.lastIndexOf('\\') + 1);
	var sPage = sPath.substring(sPath.lastIndexOf('/') + 1);

	// old highlight color style:   background: goldenrod;
	if (thePage==sPage) {
		document.write("			<tr><td style=\"background: #BDC5D6; 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: #BDC5D6; 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 -->

