function rollover(name, filename)
			{
				var fullpath = 'images/navigation/' + filename;
				document.images[name].src = fullpath;
			}