<!--
more_on = new Image();
more_off = new Image();
fav_on = new Image();
fav_off = new Image();
car_on = new Image();
car_off = new Image();
home_on = new Image();
home_off = new Image();
life_on = new Image();
life_off = new Image();
pet_on = new Image();
pet_off = new Image();
equine_on = new Image();
equine_off = new Image();
breakdown_on = new Image();
breakdown_off = new Image();


more_on.src = "/images/pet/more_info_btn.gif";
more_off.src = "/images/pet/more_info_btn_over.gif";
fav_on.src = "/images/pet/fav_info_btn.gif";
fav_off.src = "/images/pet/fav_info_btn_over.gif";
car_on.src = "/images/pet/buttons/car_btn.gif";
car_off.src = "/images/pet/buttons/car_btn_over.gif";
home_on.src = "/images/pet/buttons/home_btn.gif";
home_off.src = "/images/pet/buttons/home_btn_over.gif";
life_on.src = "/images/pet/buttons/life_btn.gif";
life_off.src = "/images/pet/buttons/life_btn_over.gif";
pet_on.src = "/images/pet/buttons/pet_btn.gif";
pet_off.src = "/images/pet/buttons/pet_btn_over.gif";
equine_on.src = "/images/pet/buttons/equine_btn.gif";
equine_off.src = "/images/pet/buttons/equine_btn_over.gif";
breakdown_on.src = "/images/pet/buttons/breakdown_btn.gif";
breakdown_off.src = "/images/pet/buttons/breakdown_btn_over.gif";
-->