<!-- 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=\"http://www.dmsfs.org/\" border=\"0\"><img src=\"img/dmsfs_header.gif\" border=\"0\"></a></td></tr>");
	//document.write("	<tr><td><a href=\"index.html\"><img src=\"img/demicon_badge.jpg\"></a></td></tr>");
	
	menuRow("index.html","Home");
	menuRow("anime.html","Anim&eacute;");
	menuRow("artshow.html","Art Show");
	menuRow("programming_blood_drive.html","Blood Drive");
	menuRow("consuite.html","ConSuite");
	menuRow("contact_us.html","Contact Us");
	menuRow("dealersroom.html","Dealers");
	menuRow("http://www.dmsfs.org/","DMSFS");
	menuRow("http://www.facebook.com/group.php?gid=53466353634","Facebook");
	menuRow("programming_fhannish_film_festival.html","Fhan Film Festival");
	menuRow("filk.html","Filk");
	menuRow("gaming.html","Gaming");
	menuRow("get_involved_in_demicon.html","Get Involved");
	menuRow("guests.html","Guests of Honor");
	menuRow("guests_other.html","Other Guests");
	menuRow("hallcostume.html","Hall Costumes");
	menuRow("historical.html","Historical");
	menuRow("hotel.html","Hotel");
	menuRow("masquerade.html","Masquerade");
	menuRow("metropolis.html","Metropolis");
	menuRow("music.html","Music Room");
	menuRow("news.html","News");
	menuRow("http://www.demicon.org/demicon_news.rss","News Feed (rss)");
	menuRow("http://www.demicon.org/demicon_news.atom","News Feed (atom)");
	menuRow("parties.html","Parties");
	menuRow("http://web.mac.com/davereed/iWeb/Demicon%20Podcast/DemiCon%20Podcast/DemiCon%20Podcast.html","Podcast");
	menuRow("programming.html","Programming");
	menuRow("publications.html","Publications");
	menuRow("quick_info.html","Quick Info");
	menuRow("questions.html","Questions");
	menuRow("registerC.html","Register");
	menuRow("sitemap.html","Site Map");
	menuRow("http://www.trans-iowa.org/","TICC");
	menuRow("venued.html","Venue D");
	menuRow("volunteers.html","Volunteers");
	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=\"index.html\"><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);

	if (thePage==sPage) {
		document.write("		<tr><td style=\"background: #0000ff; color: white; opacity:0.6; filter:alpha(opacity=60); \" valign=\"center\" align=\"center\" height=\"25\"><b>"+theTitle+"</b></td></tr>");
	} 
	else if ( (thePage=='index.html') && (sPage=='') ) {
		document.write("		<tr><td style=\"background: #0000ff; color: white; opacity:0.6; filter:alpha(opacity=60); \" valign=\"center\" align=\"center\" height=\"25\"><b>"+theTitle+"</b></td></tr>");
	}
	else {
		document.write("		<tr><td valign=\"center\" align=\"center\" height=\"25\"><a href=\""+thePage+"\">"+theTitle+"</a></td></tr>");
	}

}	

// end hiding script from old browsers -->
