imag = new Array ()

imag[0] = "http://expn.starwave.com/6hexpn/i/xgames/intl/2001/eurox/news.gif"
imag[1] = "http://expn.starwave.com/6hexpn/i/xgames/intl/2001/eurox/news_over.gif"
imag[2] = "http://expn.starwave.com/6hexpn/i/xgames/intl/2001/eurox/results.gif"
imag[3] = "http://expn.starwave.com/6hexpn/i/xgames/intl/2001/eurox/results_over.gif"
imag[4] = "http://expn.starwave.com/6hexpn/i/xgames/intl/2001/eurox/event.gif"
imag[5] = "http://expn.starwave.com/6hexpn/i/xgames/intl/2001/eurox/event_over.gif"
imag[6] = "http://expn.starwave.com/6hexpn/i/xgames/intl/2001/eurox/tv.gif"
imag[7] = "http://expn.starwave.com/6hexpn/i/xgames/intl/2001/eurox/tv_over.gif"
imag[8] = "http://expn.starwave.com/6hexpn/i/xgames/intl/2001/eurox/sports.gif"
imag[9] = "http://expn.starwave.com/6hexpn/i/xgames/intl/2001/eurox/sports_over.gif"
imag[10] = "http://expn.starwave.com/6hexpn/i/xgames/intl/2001/eurox/gallery.gif"
imag[11] = "http://expn.starwave.com/6hexpn/i/xgames/intl/2001/eurox/gallery_over.gif"
imag[12] = "http://expn.starwave.com/6hexpn/i/xgames/intl/2001/eurox/video.gif"
imag[13] = "http://expn.starwave.com/6hexpn/i/xgames/intl/2001/eurox/video_over.gif"
imag[14] = "http://expn.starwave.com/6hexpn/i/xgames/intl/2001/eurox/sponsors.gif"
imag[15] = "http://expn.starwave.com/6hexpn/i/xgames/intl/2001/eurox/sponsors_over.gif"
imag[16] = "http://expn.starwave.com/6hexpn/i/xgames/intl/2001/eurox/rules.gif"
imag[17] = "http://expn.starwave.com/6hexpn/i/xgames/intl/2001/eurox/rules_over.gif"
imag[18] = "http://expn.starwave.com/6hexpn/i/xgames/intl/2001/eurox/faq.gif"
imag[19] = "http://expn.starwave.com/6hexpn/i/xgames/intl/2001/eurox/faq_over.gif"
imag[20] = "http://expn.starwave.com/6hexpn/i/xgames/intl/2001/eurox/espanol.gif"
imag[21] = "http://expn.starwave.com/6hexpn/i/xgames/intl/2001/eurox/espanol_over.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]
}