function SwapImage(Id,Img) {
document.images[Id].src = Img;
}