if (document.images) {
  imagecom1on = new Image();
  imagecom1on.src = "navbutns_community/bt_communities_calgary_on.gif";
  
  imagecom2on = new Image();
  imagecom2on.src = "navbutns_community/bt_communities_okotoks_on.gif";
  
  imagecom3on = new Image();
  imagecom3on.src = "navbutns_community/bt_communities_chestermere_on.gif";
  
  imagecom4on = new Image();
  imagecom4on.src = "navbutns_community/bt_communities_okotoks_shores_single_on.gif";
  
  imagecom5on = new Image();
  imagecom5on.src = "navbutns_community/bt_communities_okotoks_shores_lake_on.gif";
  
  imagecom6on = new Image();
  imagecom6on.src = "navbutns_community/bt_communities_okotoks_shores_map_on.gif";
  
  imagecom7on = new Image();
  imagecom7on.src = "navbutns_community/bt_communities_calgary_evercreek_villa_on.gif";
  
  imagecom8on = new Image();
  imagecom8on.src = "navbutns_community/bt_communities_okotoks_cimarron_villa_on.gif";
  
  imagecom9on = new Image();
  imagecom9on.src = "navbutns_community/bt_communities_okotoks_pinnacle_villa_on.gif";
    
  imagecom1off = new Image();
  imagecom1off.src = "navbutns_community/bt_communities_calgary.gif";
  
  imagecom2off = new Image();
  imagecom2off.src = "navbutns_community/bt_communities_okotoks.gif";
  
  imagecom3off = new Image();
  imagecom3off.src = "navbutns_community/bt_communities_chestermere.gif";
  
  imagecom4off = new Image();
  imagecom4off.src = "navbutns_community/bt_communities_okotoks_shores_single.gif";
  
  imagecom5off = new Image();
  imagecom5off.src = "navbutns_community/bt_communities_okotoks_shores_lake.gif";
  
  imagecom6off = new Image();
  imagecom6off.src = "navbutns_community/bt_communities_okotoks_shores_map.gif";
  
  imagecom7off = new Image();
  imagecom7off.src = "navbutns_community/bt_communities_calgary_evercreek_villa.gif";
  
  imagecom8off = new Image();
  imagecom8off.src = "navbutns_community/bt_communities_okotoks_cimarron_villa_off.gif";
  
  imagecom9off = new Image();
  imagecom9off.src = "navbutns_community/bt_communities_okotoks_pinnacle_villa_off.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");
    }
  }
}