if(document.images)

{

buyingon = new Image(21,242);
buyingon.src = "http://realestate.mainetoday.com/images/tabbuyingon.gif";
rentingon = new Image(21,270);
rentingon.src = "http://realestate.mainetoday.com/images/tabrentingon.gif";
commercialon = new Image(21,255);
commercialon.src = "http://realestate.mainetoday.com/images/tabcommercialon.gif";
regionson = new Image(127,90);
regionson.src = "http://realestate.mainetoday.com/images/selectaregion.gif";
buyingoff= new Image(21,242);
buyingoff.src = "http://realestate.mainetoday.com/images/tabbuyingoff.gif";
rentingoff= new Image(21,270);
rentingoff.src = "http://realestate.mainetoday.com/images/tabrentingoff.gif";
commercialoff= new Image(21,255);
commercialoff.src = "http://realestate.mainetoday.com/images/tabcommercialoff.gif";
regionsoff= new Image(29,106);
regionsoff.src = "http://realestate.mainetoday.com/images/map.gif";

}

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;

}

}
