function nav_over(that, blend) {
	if(blend)
		that.style.backgroundImage='url(/images/navi_highlight.png)';
	else
		that.style.backgroundImage='url(/images/spacer.png)';
}
