﻿function footer(strPath)
{
document.write('<table style="width: 968px; background-color: #C2D7DE;" cellpadding="0" cellspacing="0" align="center" class="style1">');
document.write('<tr>');
document.write('<td style="height: 20px;">');
document.write('</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td style="text-align: center;">');
document.write('<img alt="The Inn at Charlotte" src="'+strPath+'images/footer-address.jpg" style="width: 571px; height: 41px" /></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td style="height: 5px;">');
document.write('</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td style="text-align: center;">');
document.write('<a href="http://www.imprtech.com" target="_blank">');
document.write('<img alt="designed and developed by impression technologies llc" src="'+strPath+'images/impression-technologies-325x16.jpg" style="border-width: 0px; width: 325px; height: 16px" /></a></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td style="height: 20px;">');
document.write('</td>');
document.write('</tr>');
document.write('</table>');
document.write('</body>');
document.write('</html>');
}

function menu(strPath,strName)
{
loadmenu();
spacer=38;
document.write('<table style="border-collapse: collapse;" cellpadding="0" cellspacing="0" class="style1">');
document.write('<tr>');
document.write('<td>');
document.write('<a href="index.shtml"><img name="imgHome'+strName+'" alt="Home" src="images/menu/home.jpg" onmouseover="imgHome'+strName+'.src=imgHomeFocus.src" onmouseout="imgHome'+strName+'.src=imgHome.src" style="border-width: 0px; width: 34px; height: 8px" /></a></td>');
document.write('<td style="width: '+spacer+'px; text-align: center;">');
document.write('<img alt="bullet" src="images/menu/bullet.jpg" style="width: 8px; height: 8px" /></td>');
document.write('<td>');
document.write('<a href="welcome.shtml"><img name="imgWelcome'+strName+'" alt="Welcome" src="images/menu/welcome.jpg" onmouseover="imgWelcome'+strName+'.src=imgWelcomeFocus.src" onmouseout="imgWelcome'+strName+'.src=imgWelcome.src" style="border-width: 0px; width: 57px; height: 8px" /></a></td>');
document.write('<td style="width: '+spacer+'px; text-align: center;">');
document.write('<img alt="bullet" src="images/menu/bullet.jpg" style="width: 8px; height: 8px" /></td>');
document.write('<td>');
document.write('<a href="our-rooms.shtml"><img name="imgOurRooms'+strName+'" alt="Our Rooms" src="images/menu/our-rooms.jpg" onmouseover="imgOurRooms'+strName+'.src=imgOurRoomsFocus.src" onmouseout="imgOurRooms'+strName+'.src=imgOurRooms.src" style="border-width: 0px; width: 70px; height: 8px" /></a></td>');
document.write('<td style="width: '+spacer+'px; text-align: center;">');
document.write('<img alt="bullet" src="images/menu/bullet.jpg" style="width: 8px; height: 8px" /></td>');
document.write('<td>');
document.write('<a href="directions.shtml"><img name="imgDirections'+strName+'" alt="Directions" src="images/menu/directions.jpg" onmouseover="imgDirections'+strName+'.src=imgDirectionsFocus.src" onmouseout="imgDirections'+strName+'.src=imgDirections.src" style="border-width: 0px; width: 70px; height: 8px" /></a></td>');
document.write('<td style="width: '+spacer+'px; text-align: center;">');
document.write('<img alt="bullet" src="images/menu/bullet.jpg" style="width: 8px; height: 8px" /></td>');
document.write('<td>');
document.write('<a href="galleries.shtml"><img name="imgPhotos'+strName+'" alt="Photo Gallery" src="images/menu/photos.jpg" onmouseover="imgPhotos'+strName+'.src=imgPhotosFocus.src" onmouseout="imgPhotos'+strName+'.src=imgPhotos.src" style="border-width: 0px; width: 46px; height: 8px" /></a></td>');
document.write('<td style="width: '+spacer+'px; text-align: center;">');
document.write('<img alt="bullet" src="images/menu/bullet.jpg" style="width: 8px; height: 8px" /></td>');
document.write('<td>');
document.write('<a href="calendar-of-events.php"><img name="imgCalendar'+strName+'" alt="Calendar of Events" src="images/menu/event-calendar.jpg" onmouseover="imgCalendar'+strName+'.src=imgCalendarFocus.src" onmouseout="imgCalendar'+strName+'.src=imgCalendar.src" style="border-width: 0px; width: 103px; height: 8px" /></a></td>');
document.write('<td style="width: '+spacer+'px; text-align: center;">');
document.write('<img alt="bullet" src="images/menu/bullet.jpg" style="width: 8px; height: 8px" /></td>');
document.write('<td>');
document.write('<a href="contact.shtml"><img name="imgContactReservations'+strName+'" alt="Contact/Reservations" src="images/menu/contact-reservations.jpg" onmouseover="imgContactReservations'+strName+'.src=imgContactReservationsFocus.src" onmouseout="imgContactReservations'+strName+'.src=imgContactReservations.src" style="border-width: 0px; width: 145px; height: 8px" /></a></td>');
document.write('<td style="width: '+spacer+'px; text-align: center;">');
document.write('<img alt="bullet" src="images/menu/bullet.jpg" style="width: 8px; height: 8px" /></td>');
document.write('<td>');
document.write('<a href="mt-philo-gallery.php"><img name="imgMtPhiloGallery'+strName+'" alt="Mt. Philo Gallery" src="images/menu/mt-philo-gallery.jpg" onmouseover="imgMtPhiloGallery'+strName+'.src=imgMtPhiloGalleryFocus.src" onmouseout="imgMtPhiloGallery'+strName+'.src=imgMtPhiloGallery.src" style="border-width: 0px; width: 114px; height: 8px" /></a></td>');
document.write('</tr>');
document.write('</table>');
}

