function changeBG(obj){
  obj.className='leftNavHover';
}

function restoreBG(obj){
  obj.className='leftNav';
}

function changeBG2(obj){
  obj.className='leftNavHoverTeen';
}

function restoreBG2(obj){
  obj.className='leftNavTeen';
}