<!-- begin
document.write('<p><br />');
document.write('<u>FIRST FLOOR</u><br />');
document.write('&nbsp;&nbsp;<a href="kitchen.html">Kitchen</a><br />');
document.write('&nbsp;&nbsp;<a href="br1.html">Bedroom 1</a><br />');
document.write('&nbsp;&nbsp;<a href="br2.html">Bedroom 2</a><br />');
document.write('&nbsp;&nbsp;<a href="living.html">Living Room</a><br />');
document.write('&nbsp;&nbsp;<a href="dining.html">Dining Room</a><br />');
document.write('&nbsp;&nbsp;<a href="sunroom.html">Sunroom</a><br />');
document.write('&nbsp;&nbsp;<a href="bath1.html">Bathroom</a><br />');
document.write('&nbsp;&nbsp;<a href="hall2.html">Hall/Closets</a></p>');
document.write('<p><u>SECOND FLOOR</u><br />');
document.write('&nbsp;&nbsp;<a href="hall.html">Landing/Hall</a><br />');
document.write('&nbsp;&nbsp;<a href="br3.html">Master Bedroom</a><br />');
document.write('&nbsp;&nbsp;<a href="bath2.html">Master Bathroom</a><br />');
document.write('&nbsp;&nbsp;<a href="br4.html">Bedroom 4</a><br />');
document.write('&nbsp;&nbsp;<a href="br5.html">Bedroom 5</a><br />');
document.write('&nbsp;&nbsp;<a href="bath3.html">Hall Bathroom</a></p>');
document.write('<p><u>OUTSIDE</u><br />');
document.write('&nbsp;&nbsp;<a href="back.html">Back</a><br />');
document.write('&nbsp;&nbsp;<a href="front.html">Front</a><br />');
document.write('&nbsp;&nbsp;<a href="garage.html">Garage</a><br />');
<!--document.write('&nbsp;&nbsp;<a href="exterior.html">Exterior</a><br />');-->
document.write('&nbsp;&nbsp;<a href="lot.html">Lot</a></p>');
document.write('<p><u>MISCELLANEOUS</u><br />');
document.write('&nbsp;&nbsp;<a href="details.html">Details</a><br />');
document.write('&nbsp;&nbsp;<a href="basement.html">Basement</a><br />');
document.write('&nbsp;&nbsp;<a href="map.html">Map/Directions</a><br />');
document.write('&nbsp;&nbsp;<a href="contact.html">Contact</a></p>');  
document.write('<br />');
// End -->