imag = new Array ()

imag[0] = "/i/xgames/intl/2001/xtour/asian.gif"
imag[1] = "/i/xgames/intl/2001/xtour/asian_on.gif"
imag[2] = "/i/xgames/intl/2001/xtour/europ.gif"
imag[3] = "/i/xgames/intl/2001/xtour/europ_on.gif"
imag[4] = "/i/xgames/intl/2001/xtour/latin.gif"
imag[5] = "/i/xgames/intl/2001/xtour/latin_on.gif"
imag[6] = "/i/xgames/intl/2001/xtour/austr.gif"
imag[7] = "/i/xgames/intl/2001/xtour/austr_on.gif"
imag[8] = "/i/xgames/intl/2001/xtour/thawk.gif"
imag[9] = "/i/xgames/intl/2001/xtour/thawk_on.gif"
imag[10] = "/i/xgames/intl/2001/xtour/asiax.gif"
imag[11] = "/i/xgames/intl/2001/xtour/asiax_on.gif"
imag[12] = "/i/xgames/intl/2001/xtour/xplai.gif"
imag[13] = "/i/xgames/intl/2001/xtour/xplai_on.gif"
imag[14] = "/i/xgames/intl/2001/xtour/media.gif"
imag[15] = "/i/xgames/intl/2001/xtour/media_on.gif"
imag[16] = "/i/xgames/intl/2001/xtour/about.gif"
imag[17] = "/i/xgames/intl/2001/xtour/about_on.gif"
imag[18] = "/i/xgames/intl/2001/xtour/press.gif"
imag[19] = "/i/xgames/intl/2001/xtour/press_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]
}


imap = new Array ()

imap[0] = "http://expn.starwave.com/6hexpn/i/xgames/intl/2001/xtour/a.gif"
imap[1] = "http://expn.starwave.com/6hexpn/i/xgames/intl/2001/xtour/a_on.gif"
imap[2] = "http://expn.starwave.com/6hexpn/i/xgames/intl/2001/xtour/b.gif"
imap[3] = "http://expn.starwave.com/6hexpn/i/xgames/intl/2001/xtour/b_on.gif"
imap[4] = "http://expn.starwave.com/6hexpn/i/xgames/intl/2001/xtour/c.gif"
imap[5] = "http://expn.starwave.com/6hexpn/i/xgames/intl/2001/xtour/c_on.gif"
imap[6] = "http://expn.starwave.com/6hexpn/i/xgames/intl/2001/xtour/d.gif"
imap[7] = "http://expn.starwave.com/6hexpn/i/xgames/intl/2001/xtour/d_on.gif"
imap[8] = "http://expn.starwave.com/6hexpn/i/xgames/intl/2001/xtour/e.gif"
imap[9] = "http://expn.starwave.com/6hexpn/i/xgames/intl/2001/xtour/e_on.gif"
imap[10] = "http://expn.starwave.com/6hexpn/i/xgames/intl/2001/xtour/f.gif"
imap[11] = "http://expn.starwave.com/6hexpn/i/xgames/intl/2001/xtour/f_on.gif"

function swap(num, imgname){
	imgname.src = mp[num].src
}

mp = new Array()

for (var i = 0; i < imap.length; i++){
	mp[i] = new Image ()
	mp[i].src = imap[i]
}