<!--
if (document.images) {
homeon = new Image;
homeon.src = "images/btn_home2.jpg";
area_infoon = new Image;
area_infoon.src = "images/btn_area_info2.jpg";
renderingon = new Image;
renderingon.src = "images/btn_rendering2.jpg";
planson = new Image;
planson.src = "images/btn_plans2.jpg";
community_designon = new Image;
community_designon.src = "images/btn_community_design2.jpg";
community_centeron = new Image;
community_centeron.src = "images/btn_community_center2.jpg";
village_lifestyleon = new Image;
village_lifestyleon.src = "images/btn_village_lifestyle2.jpg";
area_mapon = new Image;
area_mapon.src = "images/btn_area_map2.jpg";
nc_livingon = new Image;
nc_livingon.src = "images/btn_nc_living2.jpg";
contact_uson = new Image;
contact_uson.src = "images/btn_contact_us2.jpg";
mailing_liston = new Image;
mailing_liston.src = "images/btn_mailing_list2.jpg";
galleryon = new Image;
galleryon.src = "images/btn_gallery2.jpg";



homeoff = new Image;
homeoff.src = "images/btn_home1.jpg";
area_infooff = new Image;
area_infooff.src = "images/btn_area_info1.jpg";
renderingoff = new Image;
renderingoff.src = "images/btn_rendering1.jpg";
plansoff = new Image;
plansoff.src = "images/btn_plans1.jpg";
community_designoff = new Image;
community_designoff.src = "images/btn_community_design1.jpg";
community_centeroff = new Image;
community_centeroff.src = "images/btn_community_center1.jpg";
village_lifestyleoff = new Image;
village_lifestyleoff.src = "images/btn_village_lifestyle1.jpg";
area_mapoff = new Image;
area_mapoff.src = "images/btn_area_map1.jpg";
nc_livingoff = new Image;
nc_livingoff.src = "images/btn_nc_living1.jpg";
contact_usoff = new Image;
contact_usoff.src = "images/btn_contact_us1.jpg";
mailing_listoff = new Image;
mailing_listoff.src = "images/btn_mailing_list1.jpg";
galleryoff = new Image;
galleryoff.src = "images/btn_gallery1.jpg";


}

function img_act (imgName) {
  if (document.images) {
  imgOn = eval (imgName + "on.src");
  document [imgName].src = imgOn;
  }
}

function img_inact (imgName) {
  if (document.images) {
  imgOff = eval (imgName + "off.src");
  document [imgName].src = imgOff;
  }
}
//-->