//rollovers.js

if (document.images){

 biodot_off = new Image(); biodot_off.src="../images/pixels/ip.gif";
 biodot_on = new Image(); biodot_on.src="../images/pixels/ffcc33.gif";
 
 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"
 
 history_on = new Image(); history_on.src = "../images/who_what/history_on.gif"
 history_off = new Image(); history_off.src = "../images/who_what/history_off.gif"
 biographies_on = new Image(); biographies_on.src = "../images/who_what/biographies_on.gif"
 biographies_off = new Image(); biographies_off.src = "../images/who_what/biographies_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"; 
 
 riddle_on = new Image(); riddle_on.src = "../images/who_what/biog-sml_riddle_on.gif";
 riddle_off = new Image(); riddle_off.src = "../images/who_what/biog-sml_riddle_off.gif"; 
 tamura_on = new Image(); tamura_on.src = "../images/who_what/biog-sml_tad_on.jpg";
 tamura_off = new Image(); tamura_off.src = "../images/who_what/biog-sml_tad_off.jpg"; 
 kobayashi_on = new Image(); kobayashi_on.src = "../images/who_what/biog-sml_kobayashi_on.jpg";
 kobayashi_off = new Image(); kobayashi_off.src = "../images/who_what/biog-sml_kobayashi_off.jpg"; 
 abarton_on = new Image(); abarton_on.src = "../images/who_what/biog-sml_abarton_on.jpg";
 abarton_off = new Image(); abarton_off.src = "../images/who_what/biog-sml_abarton_off.jpg"; 
 black_on = new Image(); black_on.src = "../images/who_what/biog-sml_jon_on.gif";
 black_off = new Image(); black_off.src = "../images/who_what/biog-sml_jon_off.gif"; 
 bratkovich_on = new Image(); bratkovich_on.src = "../images/who_what/biog-sml_bratkovich_on.jpg";
 bratkovich_off = new Image(); bratkovich_off.src = "../images/who_what/biog-sml_bratkovich_off.jpg"; 
 coleclough_on = new Image(); coleclough_on.src = "../images/who_what/biog-sml_coleclough_on.jpg";
 coleclough_off = new Image(); coleclough_off.src = "../images/who_what/biog-sml_coleclough_off.jpg"; 
 nazir_on = new Image(); nazir_on.src = "../images/who_what/biog-sml_nazir_on.jpg";
 nazir_off = new Image(); nazir_off.src = "../images/who_what/biog-sml_nazir_off.jpg"; 
}

function HiLight(imgDocID,imgObjName) {
 if (document.images){
  document.images[imgDocID].src = eval(imgObjName + ".src")
 }
}

