var homeon= new Image()
homeon.src = "images/nav_home_on.gif"
var homeoff= new Image()
homeoff.src = "images/nav_home_off.gif"

var abouton= new Image()
abouton.src = "images/nav_about_on.gif"
var aboutoff= new Image()
aboutoff.src = "images/nav_about_off.gif"

var clubhistoryon= new Image()
clubhistoryon.src = "images/nav_clubhistory_on.gif"
var clubhistoryoff= new Image()
clubhistoryoff.src = "images/nav_clubhistory_off.gif"

var whatwedoon= new Image()
whatwedoon.src = "images/nav_whatwedo_on.gif"
var whatwedooff= new Image()
whatwedooff.src = "images/nav_whatwedo_off.gif"

var becomingon= new Image()
becomingon.src = "images/nav_becoming_on.gif"
var becomingoff= new Image()
becomingoff.src = "images/nav_becoming_off.gif"

var memberson= new Image()
memberson.src = "images/nav_members_on.gif"
var membersoff= new Image()
membersoff.src = "images/nav_members_off.gif"

var executiveson= new Image()
executiveson.src = "images/nav_executives_on.gif"
var executivesoff= new Image()
executivesoff.src = "images/nav_executives_off.gif"

var meetingson= new Image()
meetingson.src = "images/nav_meetings_on.gif"
var meetingsoff= new Image()
meetingsoff.src = "images/nav_meetings_off.gif"

var projectson= new Image()
projectson.src = "images/nav_projects_on.gif"
var projectsoff= new Image()
projectsoff.src = "images/nav_projects_off.gif"

var trainhistoryon= new Image()
trainhistoryon.src = "images/nav_trainhistory_on.gif"
var trainhistoryoff= new Image()
trainhistoryoff.src = "images/nav_trainhistory_off.gif"

var stationhistoryon= new Image()
stationhistoryon.src = "images/nav_stationhistory_on.gif"
var stationhistoryoff= new Image()
stationhistoryoff.src = "images/nav_stationhistory_off.gif"

var stationstatuson= new Image()
stationstatuson.src = "images/nav_stationstatus_on.gif"
var stationstatusoff= new Image()
stationstatusoff.src = "images/nav_stationstatus_off.gif"

var vocationalon= new Image()
vocationalon.src = "images/nav_vocational_on.gif"
var vocationaloff= new Image()
vocationaloff.src = "images/nav_vocational_off.gif"

var internationalon= new Image()
internationalon.src = "images/nav_international_on.gif"
var internationaloff= new Image()
internationaloff.src = "images/nav_international_off.gif"

var sponsorson= new Image()
sponsorson.src = "images/nav_sponsors_on.gif"
var sponsorsoff= new Image()
sponsorsoff.src = "images/nav_sponsors_off.gif"

var newsletterson= new Image()
newsletterson.src = "images/nav_newsletters_on.gif"
var newslettersoff= new Image()
newslettersoff.src = "images/nav_newsletters_off.gif"

var linkson= new Image()
linkson.src = "images/nav_links_on.gif"
var linksoff= new Image()
linksoff.src = "images/nav_links_off.gif"

var eventson= new Image()
eventson.src = "images/nav_events_on.gif"
var eventsoff= new Image()
eventsoff.src = "images/nav_events_off.gif"

var recenton= new Image()
recenton.src = "images/nav_recent_on.gif"
var recentoff= new Image()
recentoff.src = "images/nav_recent_off.gif"

var upcomingon= new Image()
upcomingon.src = "images/nav_upcoming_on.gif"
var upcomingoff= new Image()
upcomingoff.src = "images/nav_upcoming_off.gif"

var archiveson= new Image()
archiveson.src = "images/nav_archives_on.gif"
var archivesoff= new Image()
archivesoff.src = "images/nav_archives_off.gif"

var photoon= new Image()
photoon.src = "images/nav_photo_on.gif"
var photooff= new Image()
photooff.src = "images/nav_photo_off.gif"

var sitemapon= new Image()
sitemapon.src = "images/nav_sitemap_on.gif"
var sitemapoff= new Image()
sitemapoff.src = "images/nav_sitemap_off.gif"

var contacton= new Image()
contacton.src = "images/nav_contact_on.gif"
var contactoff= new Image()
contactoff.src = "images/nav_contact_off.gif"

var rentalon= new Image()
rentalon.src = "images/nav_rental_on.gif"
var rentaloff= new Image()
rentaloff.src = "images/nav_rental_off.gif"



function showImage(fname) {
iname=eval(fname + "on.src");
document[fname].src = iname;}

function hideImage(fname) {
iname=eval(fname + "off.src");
document[fname].src = iname;}


document.write ('<br>');

if (Current_Page=="Home") {	
document.write ('<a href="index.html"><img align="left" src="images/nav_home_on.gif" width="148" height="20" alt="" border="0" hspace="2" vspace="0"></a><br clear=all>');
} else{
document.write ('<a href="index.html"><img align="left" src="images/nav_home_off.gif" width="148" height="20" alt="" border="0" hspace="2" vspace="0"></a><br clear=all>');
}

if (Current_Page=="About") {	
document.write ('<a href="about.html"><img align="left" src="images/nav_about_on.gif" width="148" height="20" alt="" border="0" hspace="2" vspace="0"></a><br clear=all>');
} else {
document.write ('<a href="about.html"><img align="left" src="images/nav_about_off.gif" width="148" height="20" alt="" border="0" hspace="2" vspace="0"></a><br clear=all>');
}


if (Current_Page=="ClubHistory") {	
document.write ('<a href="clubhistory.html"><img align="left" src="images/nav_clubhistory_on.gif" width="148" height="20" alt="" border="0" hspace="2" vspace="0"></a><br clear=all>');
} else {
document.write ('<a href="clubhistory.html"><img align="left" src="images/nav_clubhistory_off.gif" width="148" height="20" alt="" border="0" hspace="2" vspace="0"></a><br clear=all>');
}


if (Current_Page=="WhatWeDo") {	
document.write ('<a href="whatwedo.html"><img align="left" src="images/nav_whatwedo_on.gif" width="148" height="20" alt="" border="0" hspace="2" vspace="0"></a><br clear=all>');
} else {
document.write ('<a href="whatwedo.html"><img align="left" src="images/nav_whatwedo_off.gif" width="148" height="20" alt="" border="0" hspace="2" vspace="0"></a><br clear=all>');
}


if (Current_Page=="Becoming") {	
document.write ('<a href="becoming.html"><img align="left" src="images/nav_becoming_on.gif" width="148" height="20" alt="" border="0" hspace="2" vspace="0"></a><br clear=all>');
} else {
document.write ('<a href="becoming.html"><img align="left" src="images/nav_becoming_off.gif" width="148" height="20" alt="" border="0" hspace="2" vspace="0"></a><br clear=all>');
}

if (Current_Page=="Members") {	
document.write ('<a href="members.html"><img align="left" src="images/nav_members_on.gif" width="148" height="20" alt="" border="0" hspace="2" vspace="0"></a><br clear=all>');
} else {
document.write ('<a href="members.html"><img align="left" src="images/nav_members_off.gif" width="148" height="20" alt="" border="0" hspace="2" vspace="0"></a><br clear=all>');
}


if (Current_Page=="Executives") {	
document.write ('<a href="executives.html"><img align="left" src="images/nav_executives_on.gif" width="148" height="20" alt="" border="0" hspace="2" vspace="0"></a><br clear=all>');
} else {
document.write ('<a href="executives.html"><img align="left" src="images/nav_executives_off.gif" width="148" height="20" alt="" border="0" hspace="2" vspace="0"></a><br clear=all>');
}


if (Current_Page=="Meetings") {	
document.write ('<a href="meetings.html"><img align="left" src="images/nav_meetings_on.gif" width="148" height="20" alt="" border="0" hspace="2" vspace="0"></a><br clear=all>');
} else {
document.write ('<a href="meetings.html"><img align="left" src="images/nav_meetings_off.gif" width="148" height="20" alt="" border="0" hspace="2" vspace="0"></a><br clear=all>');
}


if (Current_Page=="Projects") {	
document.write ('<a href="projects.html"><img align="left" src="images/nav_projects_on.gif" width="148" height="20" alt="" border="0" hspace="2" vspace="0"></a><br clear=all>');
} else {
document.write ('<a href="projects.html"><img align="left" src="images/nav_projects_off.gif" width="148" height="20" alt="" border="0" hspace="2" vspace="0"></a><br clear=all>');
}


if (Current_Page=="TrainHistory") {	
document.write ('<a href="history_trainstation.html"><img align="left" src="images/nav_trainhistory_on.gif" width="148" height="20" alt="" border="0" hspace="2" vspace="0"></a><br clear=all>');
} else {
document.write ('<a href="history_trainstation.html"><img align="left" src="images/nav_trainhistory_off.gif" width="148" height="20" alt="" border="0" hspace="2" vspace="0"></a><br clear=all>');
}

if (Current_Page=="StationHistory") {	
document.write ('<a href="projecthistory.html"><img align="left" src="images/nav_stationhistory_on.gif" width="148" height="20" alt="" border="0" hspace="2" vspace="0"></a><br clear=all>');
} else {
document.write ('<a href="projecthistory.html"><img align="left" src="images/nav_stationhistory_off.gif" width="148" height="20" alt="" border="0" hspace="2" vspace="0"></a><br clear=all>');
}

if (Current_Page=="StationStatus") {	
document.write ('<a href="projectstatus.html"><img align="left" src="images/nav_stationstatus_on.gif" width="148" height="20" alt="" border="0" hspace="2" vspace="0"></a><br clear=all>');
} else {
document.write ('<a href="projectstatus.html"><img align="left" src="images/nav_stationstatus_off.gif" width="148" height="20" alt="" border="0" hspace="2" vspace="0"></a><br clear=all>');
}

if (Current_Page=="Vocational") {	
document.write ('<a href="vocational_project.html"><img align="left" src="images/nav_vocational_on.gif" width="148" height="20" alt="" border="0" hspace="2" vspace="0"></a><br clear=all>');
} else {
document.write ('<a href="vocational_project.html"><img align="left" src="images/nav_vocational_off.gif" width="148" height="20" alt="" border="0" hspace="2" vspace="0"></a><br clear=all>');
}

if (Current_Page=="International") {	
document.write ('<a href="international.html"><img align="left" src="images/nav_international_on.gif" width="148" height="20" alt="" border="0" hspace="2" vspace="0"></a><br clear=all>');
} else {
document.write ('<a href="international.html"><img align="left" src="images/nav_international_off.gif" width="148" height="20" alt="" border="0" hspace="2" vspace="0"></a><br clear=all>');
}

if (Current_Page=="Sponsors") {	
document.write ('<a href="Sponsors.html"><img align="left" src="images/nav_sponsors_on.gif" width="148" height="20" alt="" border="0" hspace="2" vspace="0"></a><br clear=all>');
} else {
document.write ('<a href="Sponsors.html"><img align="left" src="images/nav_sponsors_off.gif" width="148" height="20" alt="" border="0" hspace="2" vspace="0"></a><br clear=all>');
}

if (Current_Page=="Rental") {	
document.write ('<a href="rental.html"><img align="left" src="images/nav_rental_on.gif" width="148" height="20" alt="" border="0" hspace="2" vspace="0"></a><br clear=all>');
} else {
document.write ('<a href="rental.html"><img align="left" src="images/nav_rental_off.gif" width="148" height="20" alt="" border="0" hspace="2" vspace="0"></a><br clear=all>');
}

if (Current_Page=="Links") {	
document.write ('<a href="links.html"><img align="left" src="images/nav_links_on.gif" width="148" height="20" alt="" border="0" hspace="2" vspace="0"></a><br clear=all>');
} else {
document.write ('<a href="links.html"><img align="left" src="images/nav_links_off.gif" width="148" height="20" alt="" border="0" hspace="2" vspace="0"></a><br clear=all>');
}


if (Current_Page=="Events") {	
document.write ('<a href="events.html"><img align="left" src="images/nav_events_on.gif" width="148" height="20" alt=""  border="0" hspace="2" vspace="0"></a><br clear=all>');
} else {
document.write ('<a href="events.html"><img align="left" src="images/nav_events_off.gif" width="148" height="20" alt=""  border="0" hspace="2" vspace="0"></a><br clear=all>');
}

if (Current_Page=="Upcoming") {	
document.write ('<a href="upcoming.html"><img align="left" src="images/nav_upcoming_on.gif" width="148" height="20" alt=""  border="0" hspace="2" vspace="0"></a><br clear=all>');
} else {
document.write ('<a href="upcoming.html"><img align="left" src="images/nav_upcoming_off.gif" width="148" height="20" alt=""  border="0" hspace="2" vspace="0"></a><br clear=all>');
}

if (Current_Page=="Recent") {	
document.write ('<a href="recent.html"><img align="left" src="images/nav_recent_on.gif" width="148" height="20" alt=""  border="0" hspace="2" vspace="0"></a><br clear=all>');
} else {
document.write ('<a href="recent.html"><img align="left" src="images/nav_recent_off.gif" width="148" height="20" alt=""  border="0" hspace="2" vspace="0"></a><br clear=all>');
}

if (Current_Page=="Archives") {	
document.write ('<a href="archives.html"><img align="left" src="images/nav_archives_on.gif" width="148" height="20" alt=""  border="0" hspace="2" vspace="0"></a><br clear=all>');
} else {
document.write ('<a href="archives.html"><img align="left" src="images/nav_archives_off.gif" width="148" height="20" alt=""  border="0" hspace="2" vspace="0"></a><br clear=all>');
}


if (Current_Page=="PhotoGallery") {	
document.write ('<a href="photo_gallery.html"><img align="left" src="images/nav_photo_on.gif" width="148" height="20" alt="" border="0" hspace="2" vspace="0"></a><br clear=all>');
} else {
document.write ('<a href="photo_gallery.html"><img align="left" src="images/nav_photo_off.gif" width="148" height="20" alt="" border="0" hspace="2" vspace="0"></a><br clear=all>');
}

if (Current_Page=="Sitemap") {	
document.write ('<a href="sitemap.html"><img align="left" src="images/nav_sitemap_on.gif" width="148" height="20" alt="" border="0" hspace="2" vspace="0"></a><br clear=all>');
} else {
document.write ('<a href="sitemap.html"><img align="left" src="images/nav_sitemap_off.gif" width="148" height="20" alt="" border="0" hspace="2" vspace="0"></a><br clear=all>');
}

if (Current_Page=="Contact") {	
document.write ('<a href="contact.html"><img align="left" src="images/nav_contact_on.gif" width="148" height="20" alt="" border="0" hspace="2" vspace="0"></a><br clear=all>');
} else {
document.write ('<a href="contact.html"><img align="left" src="images/nav_contact_off.gif" width="148" height="20" alt="" border="0" hspace="2" vspace="0"></a><br clear=all>');
}










