<!--if (document.images) {  b_home_on = new Image();  b_home_on.src = "../UserMods/img/b_home_on.gif";  b_home_off = new Image();  b_home_off.src = "../UserMods/img/b_home.gif";  b_about_on = new Image();  b_about_on.src = "../UserMods/img/b_about_on.gif";  b_about_off = new Image();  b_about_off.src = "../UserMods/img/b_about.gif";  b_products_on = new Image();  b_products_on.src = "../UserMods/img/b_products_on.gif";  b_products_off = new Image();  b_products_off.src = "../UserMods/img/b_products.gif";  b_retailers_on = new Image();  b_retailers_on.src = "../UserMods/img/b_retailers_on.gif";  b_retailers_off = new Image();  b_retailers_off.src = "../UserMods/img/b_retailers.gif";  b_agents_on = new Image();  b_agents_on.src = "../UserMods/img/b_agents_on.gif";  b_agents_off = new Image();  b_agents_off.src = "../UserMods/img/b_agents.gif";  b_fundraising_on = new Image();  b_fundraising_on.src = "../UserMods/img/b_fundraising_on.gif";  b_fundraising_off = new Image();  b_fundraising_off.src = "../UserMods/img/b_fundraising.gif";  b_contact_on = new Image();  b_contact_on.src = "../UserMods/img/b_contact_on.gif";  b_contact_off = new Image();  b_contact_off.src = "../UserMods/img/b_contact.gif";  b_wholesale_on = new Image();  b_wholesale_on.src = "../UserMods/img/b_wholesale_on.gif";  b_wholesale_off = new Image();  b_wholesale_off.src = "../UserMods/img/b_wholesale.gif";   b_locations_on = new Image();  b_locations_on.src = "../UserMods/img/b_locations_on.gif";  b_locations_off = new Image();  b_locations_off.src = "../UserMods/img/b_locations.gif";    b_agents2_on = new Image();  b_agents2_on.src = "../UserMods/img/b_agents2_on.gif";  b_agents2_off = new Image();  b_agents2_off.src = "../UserMods/img/b_agents2.gif";   b_retailers2_on = new Image();  b_retailers2_on.src = "../UserMods/img/b_retailers2_on.gif";  b_retailers2_off = new Image();  b_retailers2_off.src = "../UserMods/img/b_retailers2.gif";  b_contact2_on = new Image();  b_contact2_on.src = "../UserMods/img/b_contact2_on.gif";  b_contact2_off = new Image();  b_contact2_off.src = "../UserMods/img/b_contact2.gif";   tab_kid_on = new Image();  tab_kid_on.src = "../UserMods/img/tab_kid_over.gif";  tab_kid_off = new Image();  tab_kid_off.src = "../UserMods/img/tab_kid.gif";  tab_medical_on = new Image();  tab_medical_on.src = "../UserMods/img/tab_medical_over.gif";  tab_medical_off = new Image();  tab_medical_off.src = "../UserMods/img/tab_medical.gif";  tab_sport_on = new Image();  tab_sport_on.src = "../UserMods/img/tab_sport_over.gif";  tab_sport_off = new Image();  tab_sport_off.src = "../UserMods/img/tab_sport.gif";  tab_travel_on = new Image();  tab_travel_on.src = "../UserMods/img/tab_travel_over.gif";  tab_travel_off = new Image();  tab_travel_off.src = "../UserMods/img/tab_travel.gif";  tab_pet_on = new Image();  tab_pet_on.src = "../UserMods/img/tab_pet_over.gif";  tab_pet_off = new Image();  tab_pet_off.src = "../UserMods/img/tab_pet.gif";}function changeImages() {  if (document.images) {    for (var i=0; i<changeImages.arguments.length; i+=2) {      document[changeImages.arguments[i]].src = eval(changeImages.arguments[i+1] + ".src");    }  }}// -->