		function hilite (thumbnum)		{			eval("document.getElementById('out" + thumbnum + "').style.borderColor = '#ead2a3';");			eval("document.getElementById('in" + thumbnum + "').style.borderColor = '#f4e4b4';");			eval("document.getElementById('thumb" + thumbnum + "').style.borderColor = '#ffffcc';");		}				function lolite (thumbnum)		{			eval("document.getElementById('out" + thumbnum + "').style.borderColor = '#bda677';");			eval("document.getElementById('in" + thumbnum + "').style.borderColor = '#6f6f3f';");			eval("document.getElementById('thumb" + thumbnum + "').style.borderColor = '#333300';");		}