function switch_image( theUrl )
{
    document.images.photo.src = theUrl;
}
