
function preload()
{
	arImageSrc = new Array (
	"/gt_images/mast_searchButton2.gif",
	"/gt_images/mast_currentissue2.gif",
	"/gt_images/mast_subscribe2.gif",
	"/gt_images/mast_home2.gif",
	"/gt_images/mast_news2.gif",
	"/gt_images/mast_publications2.gif",
	"/gt_images/mast_events2.gif",
	"/gt_images/mast_resources2.gif",
	"/gt_images/mast_advertise2.gif"
	)

	arImageList = new Array ();

	for (counter in arImageSrc) {
		arImageList[counter] = new Image();
		arImageList[counter].src = arImageSrc[counter];
	}
}
