<!--

// Preload  Images
if (document.images) { 
  btn_aboutus_on = new Image(); btn_aboutus_on.src = "img/home/btn_aboutus_on.gif";
  btn_animals_on = new Image(); btn_animals_on.src = "img/home/btn_animals_on.gif";
  btn_doctors_on = new Image(); btn_doctors_on.src = "img/home/btn_doctors_on.gif";
  btn_newsevents_on = new Image(); btn_newsevents_on.src = "img/home/btn_newsevents_on.gif";
  btn_products_on = new Image(); btn_products_on.src = "img/home/btn_products_on.gif";
  btn_resources_on = new Image(); btn_resources_on.src = "img/home/btn_resources_on.gif";
}

//-->