if (document.images) {
still = new Image
spin = new Image
still.src = 'gross-vs.gif'
spin.src = 'sgrainbo.gif'
}
else {
still = ""
spin = ""
document.homp = ""
}

function im_in()
{
status = 'Click for an explanation of the Imagination Symbol, and to play Grosseteste Roulette!';
if (document.images) {
document.images[0].src=spin.src
document.images[1].src=spin.src
}
}

function im_out()
{
status=''
if (document.images) {
document.images[0].src=still.src
document.images[1].src=still.src
}
}
