/*
 * Frob image display to show a different image when the cursor goes over the image.
 *
 * $Id: photocompare.js,v 1.2 2011/04/27 00:11:00 grog Exp $
 */

function setimage (image, src)
{
    var realimage = document.getElementById (image);
    realimage.src = src;
}

