
if (document.images) {
aboutoff = new Image
donationsoff = new Image
studentoff = new Image
submissionsoff = new Image
programsoff = new Image
eventsoff = new Image
aboutlbioff = new Image
ticketsoff = new Image
pressoff = new Image
directionsoff = new Image
sponsorsoff = new Image
twitteroff = new Image
facebookoff = new Image


abouton = new Image
donationson = new Image
studenton = new Image
submissionson = new Image
programson = new Image
eventson = new Image
aboutlbion = new Image
ticketson = new Image
presson = new Image
directionson = new Image
sponsorson = new Image
twitteron = new Image
facebookon = new Image


aboutoff.src = "images/nav_about.gif"
donationsoff.src = "images/nav_donations.gif"
studentoff.src = "images/nav_student.gif"
submissionsoff.src = "images/nav_submissions.gif"
programsoff.src = "images/nav_programs.gif"
eventsoff.src = "images/nav_events.gif"
aboutlbioff.src = "images/nav_aboutlbi.gif"
ticketsoff.src = "images/nav_tickets.gif"
pressoff.src = "images/nav_press.gif"
directionsoff.src = "images/nav_directions.gif"
sponsorsoff.src = "images/nav_sponsors.gif"
twitteroff.src = "images/nav_twitter.gif"
facebookoff.src = "images/nav_facebook.gif"


abouton.src = "images/nav_about_r.gif"
donationson.src = "images/nav_donations_r.gif"
studenton.src = "images/nav_student_r.gif"
submissionson.src = "images/nav_submissions_r.gif"
programson.src = "images/nav_programs_r.gif"
eventson.src = "images/nav_events_r.gif"
aboutlbion.src = "images/nav_aboutlbi_r.gif"
ticketson.src = "images/nav_tickets_r.gif"
presson.src = "images/nav_press_r.gif"
directionson.src = "images/nav_directions_r.gif"
sponsorson.src = "images/nav_sponsors_r.gif"
twitteron.src = "images/nav_twitter_r.gif"
facebookon.src = "images/nav_facebook_r.gif"


}
else {

aboutoff =  " "
donationsoff =  " "
studentoff =  " "
submissionsoff =  " "
programsoff =  " "
eventsoff =  " "
aboutlbioff =  " "
ticketsoff =  " "
pressoff =  " "
directionsoff =  " "
sponsorsoff =  " "
twitteroff =  " "
facebookoff =  " "


abouton =  " "
donationson =  " "
studenton =  " "
submissionson =  " "
programson =  " "
eventson =  " "
aboutlbion =  " "
ticketson =  " "
presson =  " "
directionson =  " "
sponsorson =  " "
twitteron =  " "
facebookon =  " "


document.about =  " "
document.donations =  " "
document.student =  " "
document.submissions =  " "
document.programs =  " "
document.events =  " "
document.aboutlbi =  " "
document.tickets =  " "
document.press =  " "
document.directions =  " "
document.sponsors =  " "
document.twitter =  " "
document.facebook =  " "

}
