window.name = "expnmain";

imag = new Array ()
imag[0] = "http://expn.starwave.com/6hexpn/i/xgames/sxg/2001/live/nav-events2.gif"
imag[1] = "http://expn.starwave.com/6hexpn/i/xgames/sxg/2001/live/nav-events_on.gif"
imag[2] = "http://expn.starwave.com/6hexpn/i/xgames/sxg/2001/live/nav-schedules.gif"
imag[3] = "http://expn.starwave.com/6hexpn/i/xgames/sxg/2001/live/nav-schedules_on.gif"
imag[4] = "http://expn.starwave.com/6hexpn/i/xgames/sxg/2001/live/nav-spectator.gif"
imag[5] = "http://expn.starwave.com/6hexpn/i/xgames/sxg/2001/live/nav-spectator_on.gif"
imag[6] = "http://expn.starwave.com/6hexpn/i/xgames/sxg/2001/live/nav-photos.gif"
imag[7] = "http://expn.starwave.com/6hexpn/i/xgames/sxg/2001/live/nav-photos_on.gif"
imag[8] = "http://expn.starwave.com/6hexpn/i/xgames/sxg/2001/live/nav-media.gif"
imag[9] = "http://expn.starwave.com/6hexpn/i/xgames/sxg/2001/live/nav-media_on.gif"
imag[10] = "http://expn.starwave.com/6hexpn/i/xgames/sxg/2001/live/nav-store.gif"
imag[11] = "http://expn.starwave.com/6hexpn/i/xgames/sxg/2001/live/nav-store_on.gif"
imag[12] = "http://expn.starwave.com/6hexpn/i/xgames/sxg/2001/live/nav-philly.gif"
imag[13] = "http://expn.starwave.com/6hexpn/i/xgames/sxg/2001/live/nav-philly_on.gif"
imag[14] = "http://expn.starwave.com/6hexpn/i/xgames/sxg/2001/live/nav-sxg20002.gif"
imag[15] = "http://expn.starwave.com/6hexpn/i/xgames/sxg/2001/live/nav-sxg2000_on.gif"
imag[16] = "http://expn.starwave.com/6hexpn/i/xgames/sxg/2001/live/nav-videogallery.gif"
imag[17] = "http://expn.starwave.com/6hexpn/i/xgames/sxg/2001/live/nav-videogallery_on.gif"
imag[18] = "http://expn.starwave.com/6hexpn/i/xgames/sxg/2001/live/NAV-SPONSORS.gif"
imag[19] = "http://expn.starwave.com/6hexpn/i/xgames/sxg/2001/live/NAV-SPONSORS_on.gif"
imag[20] = "http://expn.starwave.com/6hexpn/i/xgames/sxg/2001/live/NAV-FINALRESULTS.gif"
imag[21] = "http://expn.starwave.com/6hexpn/i/xgames/sxg/2001/live/NAV-FINALRESULTS_on.gif"
imag[22] = "http://expn.starwave.com/6hexpn/i/xgames/sxg/2001/live/nav-wallpaper.gif"
imag[23] = "http://expn.starwave.com/6hexpn/i/xgames/sxg/2001/live/nav-wallpaper_on.gif"

function swtch(num, imgname) {
	imgname.src = im[num].src
}

im = new Array()
for (var i = 0; i < imag.length; i++) {
	im[i] = new Image ()
	im[i].src = imag[i]
}