function swapImage(image,title,description) {

    document.images.largeimg.src = "." + image;

    document.images.largeimg.alt = title;

}
