function pasa(valor){
	if(valor==1)
		img.src="img/minimap1.jpg"
	else
		img.src="img/minimap.jpg"
}