/* common.js 

Standard JavaScript functions.

*/



function Footer()

{

  document.write( '<div style=background-image:url(row3rev1_bg.jpg); background-repeat: repeat-x>');

  document.write( '<center><table width=780 border=0 cellspacing=0 cellpadding=0 background=row3rev1.jpg><tr><td width=780 height=224 valign=top>');

  document.write( '<center><table width=710 border=0><tr><td valign=top>');

  document.write( '<div id=dark2 align=center><img src=spacer.gif height=65><br>');

  document.write( '337 East Burton St.<br><img src=spacer.gif height=7><br>Murfreesboro, Tennessee&nbsp;&nbsp;37130<br><img src=spacer.gif height=7><br>Phone: 615.890.3630 or 800.357.2827<br><img src=spacer.gif height=7><br>Email: <a href=mailto:info@carriagelaneinn.com?subject=Website Feedback id=dark2>info@carriagelaneinn.com</a><br><img src=spacer.gif height=7><br>Web: www.carriagelaneinn.com</div>');

  document.write( '</td><td><br><img src=spacer.gif height=100 width=400>');

  document.write( '</td></tr><tr><td colspan=2>');

  document.write( '<img src=spacer.gif height=30><br>');

  document.write( '<div align=center id=bmenu  style=cursor:hand><a href=index.htm id=bmenu>Home </a> &nbsp; |<a href=reception.htm id=bmenu> Weddings/Events </a>| <a href=inn.htm id=bmenu> The Main Inn </a>  &nbsp; | &nbsp; <a href=cottage.htm id=bmenu> Cottage </a>  &nbsp; | &nbsp; <a href=house.htm id=bmenu> Yellow House </a>  &nbsp; | &nbsp; <a href=http://www.bridesstorey.com id=bmenu> Brides Storey </a>  &nbsp; | &nbsp; <a href=history.htm id=bmenu> History </a>  &nbsp; | &nbsp; <a href=attractions.htm id=bmenu> Attractions</a> &nbsp; | &nbsp; <a href=location.htm id=bmenu> Directions</a></div>');

  document.write( '</td></tr></table></center>');

  document.write( '</td></tr></table></center>');

  document.write( '</div>');

}



function FooterHome()

{

  document.write( '<div style=background-image:url(row3rev1_bg.jpg); background-repeat: repeat-x>');

  document.write( '<center><table width=780 border=0 cellspacing=0 cellpadding=0 background=row3rev2.jpg><tr><td width=780 height=224 valign=top>');

  document.write( '<center><table width=710 border=0><tr><td valign=top>');

  document.write( '<div id=dark2 align=center><img src=spacer.gif height=65><br>');

  document.write( '337 East Burton St.<br><img src=spacer.gif height=7><br>Murfreesboro, Tennessee&nbsp;&nbsp;37130<br><img src=spacer.gif height=7><br>Phone: 615.890.3630 or 800.357.2827<br><img src=spacer.gif height=7><br>Email: <a href=mailto:info@carriagelaneinn.com?subject=Website Feedback id=dark2>info@carriagelaneinn.com</a><br><img src=spacer.gif height=7><br>Web: www.carriagelaneinn.com</div>');

  document.write( '</td><td><br><img src=spacer.gif height=100 width=400>');

  document.write( '</td></tr><tr><td colspan=2>');

  document.write( '<img src=spacer.gif height=30><br>');

  document.write( '<div align=center id=bmenu  style=cursor:hand><a href=index.htm id=bmenu>Home </a> &nbsp; | &nbsp; <a href=reception.htm id=bmenu>Wedding/Events</a>  &nbsp; | &nbsp; <a href=inn.htm id=bmenu> Inn </a>  &nbsp; | &nbsp; <a href=cottage.htm id=bmenu> Cottage </a>  &nbsp; | &nbsp; <a href=house.htm id=bmenu> Yellow House </a>  &nbsp; | &nbsp; <a href=http://www.bridesstorey.com id=bmenu> Brides Storey </a>  &nbsp; | &nbsp; <a href=history.htm id=bmenu> History </a>  &nbsp; | &nbsp; <a href=attractions.htm id=bmenu> Attractions</a> &nbsp; | &nbsp; <a href=events.htm id=bmenu> Events</a> &nbsp; | &nbsp; <a href=location.htm id=bmenu> Directions</a></div>');

  document.write( '</td></tr></table></center>');

  document.write( '</td></tr></table></center>');

  document.write( '</div>');

}







function Menu()

{

  document.write( '<div id="navcontainer">');

  document.write( '<ul id="navlist">');

  document.write( '<li><a href="index.htm" id="homelink">Home</a></li>');

  document.write( '<li><a href="reception.htm" id="receptionlink">Wedding/Events</a></li>');

  document.write( '<li><a href="inn.htm" id="innlink">The Main Inn</a></li>');

  document.write( '<li><a href="cottage.htm" id="cottagelink">The Cottage</a></li>');

  document.write( '<li><a href="house.htm" id="houselink">The Yellow House</a></li>');

  document.write( '<li><a href="gallery.htm" id="gallerylink">Photo Gallery</a></li>');

  document.write( '<li><a href="testimonials.htm" id="testimonials">Testimonials</a></li>');

  document.write( '<li><a href="faq.htm" id="faq">Frequently Asked Questions</a></li>');

  document.write( '<li><a href="history.htm" id="historylink">Inn History</a></li>');

  document.write( '<li><a href="attractions.htm" id="attractionslink">Area Attractions</a></li>');

  document.write( '<li><a href="location.htm" id="locationlink">Map &amp; Directions</a></li>');

  document.write( '<li><a href="http://www.webervations.com/magic-scripts/resbook.asp?memberid=carriage">Check Availability</a></li>');

  document.write( '</ul>');

  document.write( '</div>');

}



