var btn_search = new Image();
btn_search.src = "http://www.buysellkona.com/images/btn_search.gif";

var btn_search_hot = new Image();
btn_search_hot.src = "http://www.buysellkona.com/images/btn_search_hot.gif";

var btn_home = new Image();
btn_home.src = "http://www.buysellkona.com/images/btn_home.gif";

var btn_home_hot = new Image();
btn_home_hot.src = "http://www.buysellkona.com/images/btn_home_hot.gif";

var btn_aroundkona = new Image();
btn_aroundkona.src = "http://www.buysellkona.com/images/btn_aroundkona.gif";

var btn_aroundkona_hot = new Image();
btn_aroundkona_hot.src = "http://www.buysellkona.com/images/btn_aroundkona_hot.gif";

var btn_buying = new Image();
btn_buying.src = "http://www.buysellkona.com/images/btn_buying.gif";

var btn_buying_hot = new Image();
btn_buying_hot.src = "http://www.buysellkona.com/images/btn_buying_hot.gif";
      
var btn_konanews = new Image();
btn_konanews.src = "http://www.buysellkona.com/images/btn_konanews.gif";

var btn_konanews_hot = new Image();
btn_konanews_hot.src = "http://www.buysellkona.com/images/btn_konanews_hot.gif";

var btn_maps = new Image();
btn_maps.src = "http://www.buysellkona.com/images/btn_maps.gif";

var btn_maps_hot = new Image();
btn_maps_hot.src = "http://www.buysellkona.com/images/btn_maps_hot.gif";

var btn_selling = new Image();
btn_selling.src = "http://www.buysellkona.com/images/btn_selling.gif";

var btn_selling_hot = new Image();
btn_selling_hot.src = "http://www.buysellkona.com/images/btn_selling_hot.gif";

var btn_mortgages = new Image();
btn_mortgages.src = "http://www.buysellkona.com/images/btn_mortgages.gif";

var btn_mortgages_hot = new Image();
btn_mortgages_hot.src = "http://www.buysellkona.com/images/btn_mortgages_hot.gif";

var btn_move = new Image();
btn_move.src = "http://www.buysellkona.com/images/btn_move.gif";

var btn_move_hot = new Image();
btn_move_hot.src = "http://www.buysellkona.com/images/btn_move_hot.gif";

var btn_schools = new Image();
btn_schools.src = "http://www.buysellkona.com/images/btn_schools.gif";

var btn_schools_hot = new Image();
btn_schools_hot.src = "http://www.buysellkona.com/images/btn_schools_hot.gif";

var btn_contact = new Image();
btn_contact.src = "http://www.buysellkona.com/images/btn_contact.gif";

var btn_contact_hot = new Image();
btn_contact_hot.src = "http://www.buysellkona.com/images/btn_contact_hot.gif";

var btn_viewlistings = new Image();
btn_viewlistings.src = "http://www.buysellkona.com/images/btn_viewlistings.gif";

var btn_viewlistings_hot = new Image();
btn_viewlistings_hot.src = "http://www.buysellkona.com/images/btn_viewlistings_hot.gif";

var btn_volcanic = new Image();
btn_volcanic.src = "http://www.buysellkona.com/images/btn_volcanic.gif";

var btn_volcanic_hot = new Image();
btn_volcanic_hot.src = "http://www.buysellkona.com/images/btn_volcanic_hot.gif";
      
      

function rollOver(imgName) {  
  if(document.images[imgName]) {
    document[imgName].src = eval(imgName + "_hot.src")
  }  
}

function rollOut(imgName) {  
  if(document.images[imgName]) {
    document[imgName].src = eval(imgName + ".src");
  }  
}

