function navChange(button,mode) {
	document[button].src = "media/img/nav-" + button + mode + ".gif";
}
