function bt_sobre(nombre_boton, idioma)
{
	document.getElementById(nombre_boton).src = "../../images/botones/" + idioma + "/" + nombre_boton + "_2.gif";
}

function bt_fuera(nombre_boton, idioma)
{
	document.getElementById(nombre_boton).src = "../../images/botones/" + idioma + "/" + nombre_boton + "_1.gif";
}
