// JavaScript Document
  Rollimage = new Array()
  Rollimage[0]= new Image(127,46)
  Rollimage[0].src = "img/registerBig.png"
  Rollimage[1] = new Image(127,46)
  Rollimage[1].src = "img/registerbig_over.png"
  function SwapOut(){
    document.Rupert.src = Rollimage[1].src;
    return true;
  }
  function SwapBack(){
    document.Rupert.src = Rollimage[0].src; 
    return true;
  }
