var version = "vers3";


        if (version == "vers3")         {
        homeon = new Image(59, 24);
        homeon.src = "http://www.soulstyle.com/buttons/home-on.jpg";
        serviceson = new Image(58, 24);
        serviceson.src = "http://www.soulstyle.com/buttons/services-on.jpg";
        productson = new Image(59, 24);
        productson.src = "http://www.soulstyle.com/buttons/products-on.jpg";
        abouton = new Image(86, 24);
        abouton.src = "http://www.soulstyle.com/buttons/about-on.jpg";
        askon = new Image(75, 24);
        askon.src = "http://www.soulstyle.com/buttons/ask-on.jpg";
        testion = new Image(79, 24);
        testion.src = "http://www.soulstyle.com/buttons/testi-on.jpg";
        realtoron = new Image(101, 24);
        realtoron.src = "http://www.soulstyle.com/buttons/realtor-on.jpg";
        articleson = new Image(99, 24);
        articleson.src = "http://www.soulstyle.com/buttons/articles-on.jpg";
        
        homeoff = new Image(59, 24);
        homeoff.src = "http://www.soulstyle.com/buttons/home-off.jpg";
        servicesoff = new Image(58, 24);
        servicesoff.src = "http://www.soulstyle.com/buttons/services-off.jpg";
        productsoff = new Image(59, 24);
        productsoff.src = "http://www.soulstyle.com/buttons/products-off.jpg";
        aboutoff = new Image(86, 24);
        aboutoff.src = "http://www.soulstyle.com/buttons/about-off.jpg";
        askoff = new Image(75, 24);
        askoff.src = "http://www.soulstyle.com/buttons/ask-off.jpg";
        testioff = new Image(79, 24);
        testioff.src = "http://www.soulstyle.com/buttons/testi-off.jpg";
        realtoroff = new Image(101, 24);
        realtoroff.src = "http://www.soulstyle.com/buttons/realtor-off.jpg";
        articlesoff = new Image(99, 24);
        articlesoff.src = "http://www.soulstyle.com/buttons/articles-off.jpg";
        }

function img_act(imgName) {
        if (version == "vers3") {
        imgOn = eval(imgName + "on.src");
        document [imgName].src = imgOn; 
        }
}

function img_inact(imgName) {
        if (version == "vers3") {
        imgOff = eval(imgName + "off.src");
        document [imgName].src = imgOff;
        }
}
