function selected(id,hover) {
	var thisID = "#"+id+" a img";
	$(thisID).attr("src",hover);
}