function bt_onMouseOver(name){
	document[name].src = "http://www.technomancia.fr/technomancia/forum/images/technomancia/" + name + "_over.png";
}

function bt_onMouseOut(name){
	document[name].src = "http://www.technomancia.fr/technomancia/forum/images/technomancia/" + name + ".png";
}
