//rollovers.js

if (document.images){
 who_we_are_off = new Image(); who_we_are_off.src = "images/text_headings/who_we_are_off.gif";
 who_we_are_on = new Image(); who_we_are_on.src = "images/text_headings/who_we_are_on.gif";
 what_we_do_off = new Image(); what_we_do_off.src = "images/text_headings/what_we_do_off.gif";
 what_we_do_on = new Image(); what_we_do_on.src = "images/text_headings/what_we_do_on.gif";
 get_in_touch_off = new Image(); get_in_touch_off.src = "images/text_headings/get_in_touch_off.gif";
 get_in_touch_on = new Image(); get_in_touch_on.src = "images/text_headings/get_in_touch_on.gif";
 our_clients_off = new Image(); our_clients_off.src = "images/text_headings/our_clients_off.gif";
 our_clients_on = new Image(); our_clients_on.src = "images/text_headings/our_clients_on.gif";
 our_affiliates_on = new Image(); our_affiliates_on.src = "images/text_headings/our_affiliates_on.gif"
 our_affiliates_off = new Image(); our_affiliates_off.src = "images/text_headings/our_affiliates_off.gif"
 brochure_on = new Image(); brochure_on.src = "images/text_headings/download_brochure_on.gif"
 brochure_off = new Image(); brochure_off.src = "images/text_headings/download_brochure_off.gif"

 brand_strategies_on = new Image(); brand_strategies_on.src = "images/text_headings/brand_strategies_on.gif"
 brand_strategies_off = new Image(); brand_strategies_off.src = "images/text_headings/brand_strategies_off.gif"
 customer_relationships_on = new Image(); customer_relationships_on.src = "images/text_headings/customer_relationships_on.gif"
 customer_relationships_off = new Image(); customer_relationships_off.src = "images/text_headings/customer_relationships_off.gif"
 employee_knowledge_on = new Image(); employee_knowledge_on.src = "images/text_headings/employee_knowledge_on.gif"
 employee_knowledge_off = new Image(); employee_knowledge_off.src = "images/text_headings/employee_knowledge_off.gif"
 
 strategy_case_studies_on = new Image(); strategy_case_studies_on.src = "images/strategy/case_studies_sub_head_on.gif"
 strategy_case_studies_off = new Image(); strategy_case_studies_off.src = "images/strategy/case_studies_sub_head_off.gif"
 
  dot_on = new Image(); dot_on.src = "images/who_what/highlight_dot_on.gif";
  dot_off = new Image(); dot_off.src = "images/who_what/highlight_dot_off.gif"; 

}

function HiLight(imgDocID,imgObjName) {
 if (document.images){
  document.images[imgDocID].src = eval(imgObjName + ".src")
 }
}
