// JavaScript Document

	function on(boton) {
		document.images[boton].src = "imatges/bot_"+boton+".jpg";
	}
	
	function off(boton) {
		document.images[boton].src = "imatges/bot_"+boton+"_off.jpg";
	}