function describeLink(Description, ImgSrc, ImgElement) {
				 document.getElementById("icon-description").innerHTML = Description;
				 ImgElement.childNodes[0].src = ImgSrc;
}
