ano = new Image();
ana = new Image();
ano.src = "images/ano.gif";
ana.src = "images/ana.gif";

function SetImage(img,src) {
	img.src = src;
}
