imag = new Array ()

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