if (document.images) {
	about_off = new Image; about_off.src = "images/outside-top-1-2x2.gif";
	about_on = new Image; about_on.src = "images/outside-top-2-2x2.gif";
	menus_off = new Image; menus_off.src = "images/outside-top-1-2x3.gif";
	menus_on = new Image; menus_on.src = "images/outside-top-2-2x3.gif";
	specials_off = new Image; specials_off.src = "images/outside-top-1-2x4.gif";
	specials_on = new Image; specials_on.src = "images/outside-top-2-2x4.gif";
	certificates_off = new Image; certificates_off.src = "images/outside-top-1-2x5.gif";
	certificates_on = new Image; certificates_on.src = "images/outside-top-2-2x5.gif";
	location_off = new Image; location_off.src = "images/outside-top-1-2x6.gif";
	location_on = new Image; location_on.src = "images/outside-top-2-2x6.gif";
	attractions_off = new Image; attractions_off.src = "images/outside-top-1-2x7.gif";
	attractions_on = new Image; attractions_on.src = "images/outside-top-2-2x7.gif";
}
function imageSwap1(location, imageName) {
	document.images[location].src = eval(imageName + ".src");
}
