  Rollimage = new Array()

  Rollimage[0]= new Image(121,153)
  Rollimage[0].src = "/images/internal_template/topright_box.gif"

  Rollimage[1] = new Image(121,153)
  Rollimage[1].src = "/images/internal_template/topright_box_hover.gif"

  function SwapOut(){
    document.HomeButton.src = Rollimage[1].src;
    return true;
  }

  function SwapBack(){
    document.HomeButton.src = Rollimage[0].src; 
    return true;
  }