function ChangeBGShop(background) {
  switch (background) {
    case 1:
      document.getElementById('rolloverShop').style.backgroundImage = 
            'URL(http://www.rompalicious.com/includes/templates/romp1/images/reconnectheader-JeepBullet-31.gif)';
      break;
    case 2:
      document.getElementById('rolloverShop').style.backgroundImage = 
            'URL(http://www.rompalicious.com/includes/templates/romp1/images/reconnectheader-JeepBullet-31-green.gif)';
      break;
  }
}
function ChangeBGInv(background) {
  switch (background) {
    case 1:
      document.getElementById('rolloverInv').style.backgroundImage = 
            'URL(http://www.rompalicious.com/includes/templates/romp1/images/reconnectheader-JeepBullet-31.gif)';
      break;
    case 2:
      document.getElementById('rolloverInv').style.backgroundImage = 
            'URL(http://www.rompalicious.com/includes/templates/romp1/images/reconnectheader-JeepBullet-31-green.gif)';
      break;
  }
}
function ChangeBGComm(background) {
  switch (background) {
    case 1:
      document.getElementById('rolloverComm').style.backgroundImage = 
            'URL(http://www.rompalicious.com/includes/templates/romp1/images/reconnectheader-JeepBullet-31.gif)';
      break;
    case 2:
      document.getElementById('rolloverComm').style.backgroundImage = 
            'URL(http://www.rompalicious.com/includes/templates/romp1/images/reconnectheader-JeepBullet-31-green.gif)';
      break;
  }
}
function ChangeBGStew(background) {
  switch (background) {
    case 1:
      document.getElementById('rolloverStew').style.backgroundImage = 
            'URL(http://www.rompalicious.com/includes/templates/romp1/images/reconnectheader-JeepBullet-31-bottom.gif)';
      break;
    case 2:
      document.getElementById('rolloverStew').style.backgroundImage = 
            'URL(http://www.rompalicious.com/includes/templates/romp1/images/reconnectheader-JeepBullet-31-green-bottom.gif)';
      break;
  }
}
