function cambiafoto(nome,imgName) {
		if (document.images)
                document[nome].src = '../images/' + imgName }

        
        

