document.writeln("<center>");
document.writeln("<table CLASS='hide'>");
document.writeln("<tr CLASS='hide'>");
document.writeln("	<td CLASS='borderedCell' CLASS='hide' onMouseOver='className=\"borderedCellHover\"' onMouseOut='className=\"borderedCell\"' onClick='document.location=\"index.html\"'>");
document.writeln("		<A HREF='index.html' CLASS='hide'>Home</A>");
document.writeln("	</td>");
document.writeln("</tr>");
document.writeln("<tr CLASS='hide'>");
document.writeln("	<td CLASS='borderedCell' CLASS='hide' onMouseOver='className=\"borderedCellHover\"' onMouseOut='className=\"borderedCell\"' onClick='document.location=\"realEstate.html\"'>");
document.writeln("		<A HREF='realEstate.html' CLASS='hide'>Real Estate</A>");
document.writeln("	</td>");
document.writeln("</tr>");
document.writeln("<tr CLASS='hide'>");
document.writeln("	<td CLASS='borderedCell' CLASS='hide' onMouseOver='className=\"borderedCellHover\"' onMouseOut='className=\"borderedCell\"' onClick='document.location=\"otherInfo.html\"'>");
document.writeln("		<A HREF='otherInfo.html' CLASS='hide'>Other Info</A>");
document.writeln("	</td>");
document.writeln("</tr>");
document.writeln("<tr CLASS='hide'>");
document.writeln("	<td CLASS='borderedCell' CLASS='hide' onMouseOver='className=\"borderedCellHover\"' onMouseOut='className=\"borderedCell\"' onClick='document.location=\"contact.html\"'>");
document.writeln("		<A HREF='contact.html' CLASS='hide'>Contact Info</A>");
document.writeln("	</td>");
document.writeln("</tr>");
document.writeln("<tr CLASS='hide'>");
document.writeln("	<td CLASS='borderedCell' CLASS='hide' onMouseOver='className=\"borderedCellHover\";document.getElementByID(\"directions\").style.color=\"black\";' onMouseOut='className=\"borderedCell\"' onClick='document.location=\"http://maps.google.com?daddr=493 Duane St., Glen Ellyn, IL\"'>");
document.writeln("		<A HREF='http://maps.google.com?daddr=493 Duane St., Glen Ellyn, IL' CLASS='hide'>Directions</A>");
document.writeln("	</td>");
document.writeln("</tr>");
document.writeln("</table>");
document.writeln("</center>");
