function hoverOver(butt){
	butt.src = "images/" + butt.name + "_roll.gif"
	
}

function hoverOut(butt){
	butt.src = "images/" + butt.name + ".gif"
}