function animaterollovers() {
  if(document.getElementById("about"))
  {
        document.getElementById("navigation").style.background = 'url(http://www.childrenshosp-richmond.org/CMS/images/site/chlogo_ani_cc3399.gif) top left  no-repeat';
  }

  if(document.getElementById("home"))
  {
        document.getElementById("navigation").style.background = 'url(http://www.childrenshosp-richmond.org/CMS/images/site/chlogo_ani_ff9900.gif) top left  no-repeat';
  }

  if(document.getElementById("patients"))
  {
        document.getElementById("navigation").style.background = 'url(http://www.childrenshosp-richmond.org/CMS/images/site/chlogo_ani_ff6633.gif) top left  no-repeat';
  }

  if(document.getElementById("careers"))
  {
        document.getElementById("navigation").style.background = 'url(http://www.childrenshosp-richmond.org/CMS/images/site/chlogo_ani_0099cc.gif) top left  no-repeat';
  }

  if(document.getElementById("families"))
  {
        document.getElementById("navigation").style.background = 'url(http://www.childrenshosp-richmond.org/CMS/images/site/chlogo_ani_99cc33.gif) top left  no-repeat';
  }

  if(document.getElementById("moments"))
  {
        document.getElementById("navigation").style.background = 'url(http://www.childrenshosp-richmond.org/CMS/images/site/chlogo_ani_ff6633.gif) top left  no-repeat';
  }

  if(document.getElementById("help"))
  {
        document.getElementById("navigation").style.background = 'url(http://www.childrenshosp-richmond.org/CMS/images/site/chlogo_ani_33cc33.gif) top left  no-repeat';
  }

  if(document.getElementById("professionals"))
  {
        document.getElementById("navigation").style.background = 'url(http://www.childrenshosp-richmond.org/CMS/images/site/chlogo_ani_ffcc33.gif) top left  no-repeat';
  }
}

function restorerollovers() {

  if(document.getElementById("about"))
  {
        document.getElementById("navigation").style.background = 'url(http://www.childrenshosp-richmond.org/CMS/images/site/chlogo_cc3399.gif) top left  no-repeat';
  }

  if(document.getElementById("home"))
  {
        document.getElementById("navigation").style.background = 'url(http://www.childrenshosp-richmond.org/CMS/images/site/chlogo_ff9900.gif) top left  no-repeat';
  }

  if(document.getElementById("patients"))
  {
        document.getElementById("navigation").style.background = 'url(http://www.childrenshosp-richmond.org/CMS/images/site/chlogo_ff6633.gif) top left  no-repeat';
  }

  if(document.getElementById("careers"))
  {
        document.getElementById("navigation").style.background = 'url(http://www.childrenshosp-richmond.org/CMS/images/site/chlogo_0099cc.gif) top left  no-repeat';
  }

  if(document.getElementById("families"))
  {
        document.getElementById("navigation").style.background = 'url(http://www.childrenshosp-richmond.org/CMS/images/site/chlogo_99cc33.gif) top left  no-repeat';
  }

  if(document.getElementById("moments"))
  {
        document.getElementById("navigation").style.background = 'url(http://www.childrenshosp-richmond.org/CMS/images/site/chlogo_ff6633.gif) top left  no-repeat';
  }

  if(document.getElementById("help"))
  {
        document.getElementById("navigation").style.background = 'url(http://www.childrenshosp-richmond.org/CMS/images/site/chlogo_33cc33.gif) top left  no-repeat';
  }

  if(document.getElementById("professionals"))
  {
        document.getElementById("navigation").style.background = 'url(http://www.childrenshosp-richmond.org/CMS/images/site/chlogo_ffcc33.gif) top left  no-repeat';
  }
}