btm = '';
btm += '<tr>';
	btm += '<td colspan="5"><img src="images/spc.gif" width="1" height="11"></td>';
btm += '</tr>';
btm += '<tr>';
	btm += '<td colspan="3"><div class="footer" style="width:697px; height:62px; background-color:#f0f0e9; text-align:center;"><div style="padding-top:7px; padding-bottom:9px;"><a href="contact.html" class="footer">Contact Us</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="javascript:pop(\'DirectionstoGreatSaltLakeNatureCenter.htm\', 560, 600);" class="footer">Driving Directions</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="about.html" class="footer">About Us</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="links.html" class="footer">Links & Resources</a><br>&copy; 2005 The Great Salt Lake Nature Center at Farmington Bay<br>Web hosting by XMission</div></div></td>';
btm += '</tr>';
btm += '</table>';

eventson = new Image;
eventson.src = "images/nav_events_ov.gif";
eventsoff = new Image;
eventsoff.src = "images/nav_events.gif";

abouton = new Image;
abouton.src = "images/nav_about_ov.gif";
aboutoff = new Image;
aboutoff.src = "images/nav_about.gif";

centeron = new Image;
centeron.src = "images/nav_center_ov.gif";
centeroff = new Image;
centeroff.src = "images/nav_center.gif";

resourceson = new Image;
resourceson.src = "images/nav_resources_ov.gif";
resourcesoff = new Image;
resourcesoff.src = "images/nav_resources.gif";

futureon = new Image;
futureon.src = "images/nav_future_ov.gif";
futureoff = new Image;
futureoff.src = "images/nav_future.gif";

supporton = new Image;
supporton.src = "images/nav_support_ov.gif";
supportoff = new Image;
supportoff.src = "images/nav_support.gif";

contacton = new Image;
contacton.src = "images/nav_contact_ov.gif";
contactoff = new Image;
contactoff.src = "images/nav_contact.gif";

nexton = new Image;
nexton.src = "images/snav_next_ov.gif";
nextoff = new Image;
nextoff.src = "images/snav_next.gif";

helpon = new Image;
helpon.src = "images/snav_help_ov.gif";
helpoff = new Image;
helpoff.src = "images/snav_help.gif";

contacton = new Image;
contacton.src = "images/nav_contact_ov.gif";
contactoff = new Image;
contactoff.src = "images/nav_contact.gif";

tripson = new Image;
tripson.src = "images/snav_trips_ov.gif";
tripsoff = new Image;
tripsoff.src = "images/snav_trips.gif";

volunteeron = new Image;
volunteeron.src = "images/snav_volunteer_ov.gif";
volunteeroff = new Image;
volunteeroff.src = "images/snav_volunteer.gif";

linkson = new Image;
linkson.src = "images/snav_links_ov.gif";
linksoff = new Image;
linksoff.src = "images/snav_links.gif";

thankson = new Image;
thankson.src = "images/snav_thanks_ov.gif";
thanksoff = new Image;
thanksoff.src = "images/snav_thanks.gif";

directionson = new Image;
directionson.src = "images/snav_directions_ov.gif";
directionsoff = new Image;
directionsoff.src = "images/snav_directions.gif";

learnon = new Image;
learnon.src = "images/btn_learn_more_ov.gif";
learnoff = new Image;
learnoff.src = "images/btn_learn_more.gif";

learn2on = new Image;
learn2on.src = "images/btn_learn_more2_ov.gif";
learn2off = new Image;
learn2off.src = "images/btn_learn_more2.gif";

homeon = new Image;
homeon.src = "images/btn_home_ov.gif";
homeoff = new Image;
homeoff.src = "images/btn_home.gif";


planon = new Image;
planon.src = "images/btn_lrg_plan_ov.gif";
planoff = new Image;
planoff.src = "images/btn_lrg_plan.gif";

function swap(x, y)
{
  		document.images[x].src=eval(y+'.src');
}

newWin=false;
function pop(url, width, height)
{
    if (newWin) newWin.close();
	newWin=window.open(url, 'newWin', 'width=' + width + ",height=" + height + "address=no,location=no,status=no,toolbars=no,resizable=no,scrollbars=yes");
    newWin.focus();
}