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