rollover = function(t, obj){
	t.src = "/images/"+obj+"-over.gif"
}

rollout = function(t, obj){
	t.src = "/images/"+obj+".gif"
}
