function SwapImg(name,url) {
document.images[name].src=url;
}
