function swapImage(imgSrc,imgName,type) {
    img = eval(imgSrc + type + ".src");
    document [imgName].src = img;
}//end function