﻿// SHROUD:PORTRAITS                         //
// shroud.js                                //
// mouseover script for portraits on        //
// HIDDEN SPACES exhibition page            //
// File created: Mon 11 Feb 2008            //


function showPic(whichpic) {
    var source = whichpic.getAttribute("href");
    var placeholder = document.getElementById("picture01");
        placeholder.setAttribute("src",source); 
}       

