function swapImage(imgN,imgU){
if(document.images) document.images[imgN].src=imgU;
}

