<!--

//*************************************************************
//* This hides all the layers on the home page
//*************************************************************
function hideLayers() {
  hideLayer('Rms');
  hideLayer('Sms');
  hideLayer('Sams');
}

//*************************************************************
//* This combines three functions for the mouseover event on
//* the home page
//*************************************************************
function MainImageMove(area) {
  hideLayers();
  showLayer(area);
  img = 'bus' + area
  img_act(img, 'bc');	
}  


// -->