// Preload all menu images above.
for (count = 0; count < image.length; count++) {
	imgPreload(image[count]);
}
// Define the image swap function.
function imgSwap_menu(name, src) {
	document[name].src = eval( src + ".src" );
}


