function navTable(a_section)
{
var htmlText = "<TABLE id=NAVTABLE style='BACKGROUND-ATTACHMENT: fixed; BACKGROUND-IMAGE: url(images/buttonbarsmall.jpg); WIDTH: 146px; BACKGROUND-REPEAT: no-repeat; HEIGHT: 368px' rules=none border=1 frame=void>";
htmlText += "<TBODY id=NAVBODY>";
htmlText += "<TR id=NAVTR1>" + "<TD id=NAVTD1 vAlign=bottom align=middle>";

if (a_section == "home") {
	htmlText += "<STRONG><FONT size=4>Home</FONT></STRONG> ";
	}
else {
	htmlText += "<A id=AHOME style='COLOR: maroon' href='default.htm'><STRONG><FONT size=4>Home</FONT></STRONG></A>";
	}
htmlText += "</TD>" + "</TR>";

htmlText += "<TR id=NAVTR2>" + "<TD id=NAVTD2 vAlign=bottom align=middle>";
if (a_section == "rooms") {
	htmlText += "<STRONG><FONT size=4>Rooms</FONT></STRONG>";
	}
else {
	htmlText += "<A id=AROOMS style='COLOR: maroon' href='Rooms.htm'><STRONG><FONT size=4>Rooms</FONT></STRONG></A>";
	}
htmlText += "</TD>" + "</TR>";

htmlText += "<TR id=NAVTR3>" + "<TD id=NAVTD3 vAlign=bottom align=middle>";
if (a_section == "specials") {
	htmlText += "<STRONG><FONT size=4>Specials</FONT></STRONG>";
	}
else {
	htmlText += "<A id=ASPECIALS style='COLOR: maroon' href='Specials.htm'><STRONG><FONT size=4>Specials</FONT></STRONG></A>";
	}
htmlText += "</TD>" + "</TR>";

htmlText += "<TR id=NAVTR4>" + "<TD id=NAVTD4 vAlign=bottom align=middle>";
if (a_section == "reservations") {
	htmlText += "<STRONG><FONT size=4>Reservations</FONT></STRONG>";
	}
else {
	htmlText += "<A id=ARESERVATIONS style='COLOR: maroon' href='Reservations.htm'><STRONG><FONT size=4>Reservations</FONT></STRONG></A>";
	}
htmlText += "</TD>" + "</TR>";

htmlText += "<TR id=NAVTR5>" + "<TD id=NAVTD5 vAlign=bottom align=middle>";
if (a_section == "photos") {
	htmlText += "<STRONG><FONT size=4>Photos</FONT></STRONG>";
	}
else {
	htmlText += "<A id=APHOTOS style='COLOR: maroon' href='PhotoGallery.htm'><STRONG><FONT size=4>Photos</FONT></STRONG></A>";
	}
htmlText += "</TD>" + "</TR>";

htmlText += "<TR id=NAVTR6>" + "<TD id=NAVTD6 vAlign=bottom align=middle>";
if (a_section == "attractions") {
	htmlText += "<STRONG><FONT size=4>Attractions</FONT></STRONG>";
	}
else {
	htmlText += "<A id=AATTRACTIONS style='COLOR: maroon' href='AttractionsAndActivities.htm'><STRONG><FONT size=4>Attractions</FONT></STRONG></A>";
	}
htmlText += "</TD>" + "</TR>";

htmlText += "<TR id=NAVTR7>" + "<TD id=NAVTD7 vAlign=bottom align=middle>";
if (a_section == "policies") {
	htmlText += "<STRONG><FONT size=4>Policies</FONT></STRONG>";
	}
else {
	htmlText += "<A id=APOLICIES style='COLOR: maroon' href='Policies.htm'><STRONG><FONT size=4>Policies</FONT></STRONG></A>";
	}
htmlText += "</TD>" + "</TR>";

htmlText += "<TR id=NAVTR8>" + "<TD id=NAVTD8 vAlign=bottom align=middle>";
if (a_section == "directions") {
	htmlText += "<STRONG><FONT size=4>Directions</FONT></STRONG>";
	}
else {
	htmlText += "<A id=ADIRECTIONS style='COLOR: maroon' href='Directions.htm'><STRONG><FONT size=4>Directions</FONT></STRONG></A>";
	}
htmlText += "</TD>" + "</TR>";


htmlText += "<TR id=NAVTR9>" + "<TD id=NAVTD9 style='emptyCells: show'>";
htmlText += "&nbsp;&nbsp;" + "</TD>" + "&nbsp;" + "</TR>";
htmlText += "</TBODY>" + "</TABLE>";

var nrhpText = "<P>&nbsp;</P><P><a href='http://www.nationalregisterofhistoricplaces.com'>";
nrhpText += "<img src='http://www.nationalregisterofhistoricplaces.com/nr-images/nrohp_link.gif'";
nrhpText += " alt='National Register of Historic Places' border='0' width='110' height='40'>";
nrhpText += "</a></P>";

var trackerText = "<P>&nbsp;</P><FONT color=white size=1>";
trackerText += "<A target=_top href='http://t.extreme-dm.com/?login=grossbat'>";
trackerText += "<IMG height=38 alt='' src='http://t1.extreme-dm.com/i.gif' width=41 border=0>";
trackerText += "</A>";
trackerText += "<SCRIPT language=javascript1.2>";
trackerText += "<!-- EXs=screen;EXw=EXs.width;navigator.appName!='Netscape'?EXb=EXs.colorDepth:EXb=EXs.pixelDepth;";
trackerText += "//-->";
trackerText += "</SCRIPT>";

trackerText += "<SCRIPT language=javascript>"
trackerText += "<!--";
trackerText += "EXd=document;EXw?'':EXw='na';EXb?'':EXb='na';";
trackerText += "EXd.write('<img src=\'http://t0.extreme-dm.com/c.g?tag=grossbat&j=y&srw='+EXw+'&srb='+EXb+'&',";
trackerText += "'l='+escape(EXd.referrer)+'\' height=1 width=1>');";
trackerText += "//-->";
trackerText += "</SCRIPT>";

trackerText += "</FONT></TD>";


document.write(htmlText);
document.write(nrhpText);
document.write(trackerText);
}
