// PULSANTIERA
function bover (img) {
	document.images[img].src = "images/buttons/" + img + "_over.gif";
}
function bout (img) {
	document.images[img].src = "images/buttons/" + img + ".gif";
}