// JavaScript Document
<!-- hide from non JavaScript Browsers

  Rollimage = new Array()

  Rollimage[0]= new Image(145,116);
  Rollimage[0].src = "/images/topbar360_02.gif";

  Rollimage[1] = new Image(145,116);
  Rollimage[1].src = "/images/topbar360_02ro.gif";

  function SwapOut(){
    document.entyre360.src = Rollimage[1].src;
    return true;
  }

  function SwapBack(){
    document.entyre360.src = Rollimage[0].src; 
    return true;
  }

// - stop hiding          --> 
