/**
 * @author gehrmannc
 */
function SetImage(img)
{
	i = document.getElementById("email");
	i.src = "images/" + img + ".png";
}
