var hdg_small_over = new Image(507, 50);
hdg_small_over.src = "http://www.chaffinsf.com/digital/onetouch/graphics/um_hdg_small_over.gif"

var hdg_small_out = new Image(507, 50);
hdg_small_out.src = "http://www.chaffinsf.com/digital/onetouch/graphics/um_hdg_small_out.gif"

var hdg_fast_over = new Image(507, 50);
hdg_fast_over.src = "http://www.chaffinsf.com/digital/onetouch/graphics/um_hdg_fast_over.gif"

var hdg_fast_out = new Image(507, 50);
hdg_fast_out.src = "http://www.chaffinsf.com/digital/onetouch/graphics/um_hdg_fast_out.gif"

var mtm_over = new Image(207, 37);
mtm_over.src = "http://www.chaffinsf.com/digital/onetouch/graphics/um_tab_right_mtm_over.gif"

var mtm_out = new Image(207, 37);
mtm_out.src = "http://www.chaffinsf.com/digital/onetouch/graphics/um_tab_right_mtm_out.gif"

var sm_over = new Image(207, 37);
sm_over.src = "http://www.chaffinsf.com/digital/onetouch/graphics/um_tab_right_sm_over.gif"

var sm_out = new Image(207, 37);
sm_out.src = "http://www.chaffinsf.com/digital/onetouch/graphics/um_tab_right_sm_out.gif"

var sir_over = new Image(207, 37);
sir_over.src = "http://www.chaffinsf.com/digital/onetouch/graphics/um_tab_right_sir_over.gif"

var sir_out = new Image(207, 37);
sir_out.src = "http://www.chaffinsf.com/digital/onetouch/graphics/um_tab_right_sir_out.gif"

var diduno_over = new Image(117, 31);
diduno_over.src = "http://www.chaffinsf.com/digital/onetouch/graphics/um_diduno_btn_over.gif";

var diduno_out = new Image(117, 31);
diduno_out.src = "http://www.chaffinsf.com/digital/onetouch/graphics/um_diduno_btn_out.gif";

var cta_btn_over = new Image(507, 44);
cta_btn_over.src = "http://www.chaffinsf.com/digital/onetouch/graphics/um_cta_btn_over.gif";

var cta_btn_out = new Image(507, 44);
cta_btn_out.src = "http://www.chaffinsf.com/digital/onetouch/graphics/um_cta_btn_out.gif";

var cta_hr_over = new Image(507, 3);
cta_hr_over.src = "http://www.chaffinsf.com/digital/onetouch/graphics/um_cta_hr_over.gif";

var cta_hr_out = new Image(507, 3);
cta_hr_out.src = "http://www.chaffinsf.com/digital/onetouch/graphics/um_cta_hr_out.gif";

function switchContent(id, newId)
{
  if (document.all) {
    document.all(id).style.display = "none";
    document.all(newId).style.display = "block";
    window.scroll(0, 0);
  }
  else {
    try {
      document.getElementById(id).style.display = "none";
      document.getElementById(newId).style.display = "table";
      window.scroll(0, 0);
    }
    catch (e) {}
  }
}
