function over(i) {
	$("nav_"+i).style.background="url('/images/"+i+"-o.png') no-repeat";
	}
function out(i,y) {
	if(i!=y) {
		$("nav_"+i).style.background="url('/images/"+i+"-n.png') no-repeat";
		}
	}