function imageSwap(image, file)
{
    image.src=file;
}