
if (document.images) {
aboutoff = new Image
donationsoff = new Image
studentoff = new Image
submitfilmoff = new Image
guideoff = new Image
eventsoff = new Image
aboutlbioff = new Image
ticketsoff = new Image
pressoff = new Image
directionsoff = new Image
callforentriesoff = new Image
sponsorsoff = new Image
sponsorssuboff = new Image
submitsuboff = new Image
specialsoff = new Image
mapoff = new Image
pgoff = new Image

abouton = new Image
donationson = new Image
studenton = new Image
submitfilmon = new Image
guideon = new Image
eventson = new Image
aboutlbion = new Image
ticketson = new Image
presson = new Image
directionson = new Image
callforentrieson = new Image
sponsorson = new Image
sponsorssubon = new Image
submitsubon = new Image
specialson = new Image
mapon = new Image
pgon = new Image

aboutoff.src = "images/nav_about.gif"
donationsoff.src = "images/nav_donations.gif"
studentoff.src = "images/nav_student.gif"
submitfilmoff.src = "images/nav_submit.gif"
guideoff.src = "images/nav_guide.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"
callforentriesoff.src = "images/callforentries.jpg"
sponsorsoff.src = "images/sponsors.gif"
sponsorssuboff.src = "images/sponsors_sub.gif"
submitsuboff.src = "images/submit_sub.gif"
specialsoff.src = "images/nav_specials.gif"
mapoff.src = "images/downloadmap.gif"
pgoff.src = "images/downloadpg.gif"

abouton.src = "images/nav_about_r.gif"
donationson.src = "images/nav_donations_r.gif"
studenton.src = "images/nav_student_r.gif"
submitfilmon.src = "images/nav_submit_r.gif"
guideon.src = "images/nav_guide_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"
callforentrieson.src = "images/callforentries_r.jpg"
sponsorson.src = "images/sponsors_r.gif"
sponsorssubon.src = "images/sponsors_sub_r.gif"
submitsubon.src = "images/submit_sub_r.gif"
specialson.src = "images/nav_specials_r.gif"
mapon.src = "images/downloadmap_r.gif"
pgon.src = "images/downloadpg_r.gif"
}
else {

aboutoff =  " "
donationsoff =  " "
studentoff =  " "
submitfilmoff =  " "
guideoff =  " "
eventsoff =  " "
aboutlbioff =  " "
ticketsoff =  " "
pressoff =  " "
directionsoff =  " "
callforentriesoff =  " "
sponsorsoff =  " "
sponsorssuboff =  " "
submitsuboff =  " "
specialsoff =  " "
mapoff =  " "
pgoff =  " "

abouton =  " "
donationson =  " "
studenton =  " "
submitfilmon =  " "
guideon =  " "
eventson =  " "
aboutlbion =  " "
ticketson =  " "
presson =  " "
directionson =  " "
callforentrieson =  " "
sponsorson =  " "
sponsorssubon =  " "
submitsubon =  " "
specialson =  " "
mapon =  " "
pgon =  " "

document.about =  " "
document.donations =  " "
document.student =  " "
document.submitfilm =  " "
document.guide =  " "
document.events =  " "
document.aboutlbi =  " "
document.tickets =  " "
document.press =  " "
document.directions =  " "
document.callforentries =  " "
document.sponsors =  " "
document.sponsorssub =  " "
document.submitsub =  " "
document.specials =  " "
document.map =  " "
document.pg =  " "

}