document.observe("dom:loaded", function() {
  // initially hide all containers for tab content
  Cufon.replace('.rh1');
  $$('.rh1').each(function(myElement) {
    myElement.setStyle({
      textIndent: '0px'
    });
  });
});
