
function rollover() {

   window.status = arguments[0];
   }

function rolloff() {

  window.status = '';
}
