experience_off = new Image();
experience_off.src = "experience.gif";
experience_on = new Image();
experience_on.src = "experience_o.gif";

people_off = new Image();
people_off.src = "people.gif";
people_on = new Image();
people_on.src = "people_o.gif";

capabilities_off = new Image();
capabilities_off.src = "capabilities.gif";
capabilities_on = new Image();
capabilities_on.src = "capabilities_o.gif";

equipment_off = new Image();
equipment_off.src = "equipment.gif";
equipment_on = new Image();
equipment_on.src = "equipment_o.gif";

price_off = new Image();
price_off.src = "price.gif";
price_on = new Image();
price_on.src = "price_o.gif";

contact_off = new Image();
contact_off.src = "contact.gif";
contact_on = new Image();
contact_on.src = "contact_o.gif";

quote_off = new Image();
quote_off.src = "quote.gif";
quote_on = new Image();
quote_on.src = "quote_o.gif";

contact_home_off = new Image();
contact_home_off.src = "contact_home.gif";
contact_home_on = new Image();
contact_home_on.src = "contact_o_home.gif";

quote_home_off = new Image();
quote_home_off.src = "quote_home.gif";
quote_home_on = new Image();
quote_home_on.src = "quote_o_home.gif";

/*
xxx_off = new Image();
xxx_off.src = "xxx.gif";
xxx_on = new Image();
xxx_on.src = "xxx_o.gif";
*/

/*
function weRhere(object) {
  eval(object+'.src='+object+'_on.src;');
}
*/
