
<!--
introductionon = new Image;
introductionon.src = "images/button_introduction_on.jpg"; 

introductionoff = new Image;
introductionoff.src = "images/button_introduction.jpg";

modelson = new Image;
modelson.src = "images/button_homes_on.jpg"; 

modelsoff = new Image;
modelsoff.src = "images/button_homes.jpg";

platon = new Image;
platon.src = "images/button_lots_on.jpg"; 

platoff = new Image;
platoff.src = "images/button_lots.jpg";

featureson = new Image;
featureson.src = "images/button_features_on.jpg"; 

featuresoff = new Image;
featuresoff.src = "images/button_features.jpg";

financingon = new Image;
financingon.src = "images/button_financing_on.jpg"; 

financingoff = new Image;
financingoff.src = "images/button_financing.jpg";

exclusiveon = new Image;
exclusiveon.src = "images/button_exclusively_yours_on.jpg"; 

exclusiveoff = new Image;
exclusiveoff.src = "images/button_exclusively_yours.jpg";

scheduleon = new Image;
scheduleon.src = "images/button_schedule_on.jpg"; 

scheduleoff = new Image;
scheduleoff.src = "images/button_schedule.jpg";

landscapingon = new Image;
landscapingon.src = "images/button_landscaping_on.jpg"; 

landscapingoff = new Image;
landscapingoff.src = "images/button_landscaping.jpg";

locationon = new Image;
locationon.src = "images/button_location_on.jpg"; 

locationoff = new Image;
locationoff.src = "images/button_location.jpg";

faqon = new Image;
faqon.src = "images/button_faq_on.jpg"; 

faqoff = new Image;
faqoff.src = "images/button_faq.jpg";


// FUNCTIONS
function
img_act(imgName) {
imgon = eval(imgName + "on.src");
document [imgName].src = imgon;
}
function
img_inact(imgName) {
imgoff = eval(imgName + "off.src");
document [imgName].src = imgoff;
}

// -->