function swapImage(imgName,newImg){
eval('document.' + imgName + '.src = "' + newImg + '"');
}