﻿function SwapImage(Element,Image)
{
var d = document.getElementById(Element.id);
d.src = '/images/' + Image;
}