// rollover variables and functions

if (document.images)
{
var link1_init= new Image();
link1_init.src="graphics/arrow2.gif";
var link1_new= new Image();
link1_new.src="graphics/arrow3.gif";

var link2_init= new Image();
link2_init.src="graphics/arrow2.gif";
var link2_new= new Image();
link2_new.src="graphics/arrow3.gif";

var link3_init= new Image();
link3_init.src="graphics/arrow2.gif";
var link3_new= new Image();
link3_new.src="graphics/arrow3.gif";

var link4_init= new Image();
link4_init.src="graphics/arrow2.gif";
var link4_new= new Image();
link4_new.src="graphics/arrow3.gif";

var link5_init= new Image();
link5_init.src="graphics/arrow2.gif";
var link5_new= new Image();
link5_new.src="graphics/arrow3.gif";

var link6_init= new Image();
link6_init.src="graphics/arrow2.gif";
var link6_new= new Image();
link6_new.src="graphics/arrow3.gif";

var link7_init= new Image();
link7_init.src="graphics/arrow2.gif";
var link7_new= new Image();
link7_new.src="graphics/arrow3.gif";
}

function change_it (the_name)
{
if (document.images)
{
document.images[the_name].src= eval(the_name + "_new.src");
}
}
function change_back (the_name)
{
if (document.images)
{
document.images[the_name].src= eval(the_name + "_init.src");
}
}

// "My Colors" image switching and tool tip functions

function change_paint1 ()
{
if (document.images)
{
document.images.outside.src= ("colors/paint/apple_essence.jpg");
document.images.outside.title= ("Apple-Essence");
}
}

function change_paint2 ()
{
if (document.images)
{
document.images.outside.src= ("colors/paint/white_bisque.jpg");
document.images.outside.title= ("White-Bisque");
}
}

function change_paint3 ()
{
if (document.images)
{
document.images.outside.src= ("colors/paint/mint_lime.jpg");
document.images.outside.title= ("Mint-Lime");
}
}

function change_paint4 ()
{
if (document.images)
{
document.images.outside.src= ("colors/paint/crystal_sterling.jpg");
document.images.outside.title= ("Crystal-Sterling");
}
}

function change_paint5 ()
{
if (document.images)
{
document.images.outside.src= ("colors/paint/cotton_beige.jpg");
document.images.outside.title= ("Cotton-Beige");
}
}

function change_roof1 ()
{
if (document.images)
{
document.images.roof.src= ("colors/shingles/antiqueslate.jpg");
document.images.roof.title= ("Antique Slate");
}
}

function change_roof2 ()
{
if (document.images)
{
document.images.roof.src= ("colors/shingles/aspenwhite.jpg");
document.images.roof.title= ("Aspen White");
}
}

function change_roof3 ()
{
if (document.images)
{
document.images.roof.src= ("colors/shingles/barkwood.jpg");
document.images.roof.title= ("Barkwood");
}
}

function change_roof4 ()
{
if (document.images)
{
document.images.roof.src= ("colors/shingles/birchwood.jpg");
document.images.roof.title= ("Birchwood");
}
}

function change_roof5 ()
{
if (document.images)
{
document.images.roof.src= ("colors/shingles/forestgreen.jpg");
document.images.roof.title= ("Forest Green");
}
}

function change_roof6 ()
{
if (document.images)
{
document.images.roof.src= ("colors/shingles/hickory.jpg");
document.images.roof.title= ("Hickory");
}
}

function change_roof7 ()
{
if (document.images)
{
document.images.roof.src= ("colors/shingles/sablewood.jpg");
document.images.roof.title= ("Sablewood");}
}

function change_roof8 ()
{
if (document.images)
{
document.images.roof.src= ("colors/shingles/sandalwood.jpg");
document.images.roof.title= ("Sandalwood");
}
}

function change_roof9 ()
{
if (document.images)
{
document.images.roof.src= ("colors/shingles/shakewood.jpg");
document.images.roof.title= ("Shakewood");
}
}

function change_roof10 ()
{
if (document.images)
{
document.images.roof.src= ("colors/shingles/weatheredwood.jpg");
document.images.roof.title= ("Weatheredwood");
}
}

function change_wtile1 ()
{
if (document.images)
{
document.images.wtile.src= ("colors/walltile/ultrawhite.jpg");
document.images.wtile.title= ("Ultra White");
}
}

function change_wtile2 ()
{
if (document.images)
{
document.images.wtile.src= ("colors/walltile/white.jpg");
document.images.wtile.title= ("White");
}
}

function change_wtile3 ()
{
if (document.images)
{
document.images.wtile.src= ("colors/walltile/bone.jpg");
document.images.wtile.title= ("Bone");
}
}

function change_wtile4 ()
{
if (document.images)
{
document.images.wtile.src= ("colors/walltile/almond.jpg");
document.images.wtile.title= ("Almond");
}
}

function change_wtile5 ()
{
if (document.images)
{
document.images.wtile.src= ("colors/walltile/canvas.jpg");
document.images.wtile.title= ("Canvas");
}
}

function change_wtile6 ()
{
if (document.images)
{
document.images.wtile.src= ("colors/walltile/smoke.jpg");
document.images.wtile.title= ("Smoke");
}
}

function change_carpet1 ()
{
if (document.images)
{
document.images.carpet.src= ("colors/carpet/Bnatural.jpg");
document.images.carpet.title= ("Berber Natural");
}
}

function change_carpet2 ()
{
if (document.images)
{
document.images.carpet.src= ("colors/carpet/Bshell.jpg");
document.images.carpet.title= ("Berber Shell");
}
}

function change_carpet3 ()
{
if (document.images)
{
document.images.carpet.src= ("colors/carpet/Bfossil.jpg");
document.images.carpet.title= ("Berber Fossil");
}
}

function change_carpet4 ()
{
if (document.images)
{
document.images.carpet.src= ("colors/carpet/Bdesert.jpg");
document.images.carpet.title= ("Berber Desert");
}
}

function change_carpet5 ()
{
if (document.images)
{
document.images.carpet.src= ("colors/carpet/Bbeige.jpg");
document.images.carpet.title= ("Berber Beige");
}
}

function change_carpet6 ()
{
if (document.images)
{
document.images.carpet.src= ("colors/carpet/Btoast.jpg");
document.images.carpet.title= ("Berber Toast");
}
}

function change_carpet7 ()
{
if (document.images)
{
document.images.carpet.src= ("colors/carpet/Pbeige.jpg");
document.images.carpet.title= ("Plush Beige");
}
}

function change_carpet8 ()
{
if (document.images)
{
document.images.carpet.src= ("colors/carpet/Psesame.jpg");
document.images.carpet.title= ("Plush Sesame");
}
}

function change_carpet9 ()
{
if (document.images)
{
document.images.carpet.src= ("colors/carpet/Ppioneer.jpg");
document.images.carpet.title= ("Plush Pioneer");
}
}

function change_carpet10 ()
{
if (document.images)
{
document.images.carpet.src= ("colors/carpet/Psand.jpg");
document.images.carpet.title= ("Plush Delta Sand");
}
}

function change_carpet11 ()
{
if (document.images)
{
document.images.carpet.src= ("colors/carpet/Pgranite.jpg");
document.images.carpet.title= ("Plush Granite");
}
}

function change_carpet12 ()
{
if (document.images)
{
document.images.carpet.src= ("colors/carpet/Pmoonstone.jpg");
document.images.carpet.title= ("Plush Moonstone");
}
}

function change_floor1 ()
{
if (document.images)
{
document.images.ftile.src= ("colors/flrtile/oregon_marfil.jpg");
document.images.ftile.title= ("Oregon Marfil");
}
}

function change_floor2 ()
{
if (document.images)
{
document.images.ftile.src= ("colors/flrtile/oregon_beige.jpg");
document.images.ftile.title= ("Oregon Beige");
}
}

function change_floor3 ()
{
if (document.images)
{
document.images.ftile.src= ("colors/flrtile/oregon_noce.jpg");
document.images.ftile.title= ("Oregon Noce");
}
}

function change_floor4 ()
{
if (document.images)
{
document.images.ftile.src= ("colors/flrtile/maui_beige.jpg");
document.images.ftile.title= ("Maui Beige");
}
}

function change_floor5 ()
{
if (document.images)
{
document.images.ftile.src= ("colors/flrtile/maui_white.jpg");
document.images.ftile.title= ("Maui White");
}
}

function change_cabinet1 ()
{
if (document.images)
{
document.images.cabinet.src= ("colors/cabinets/sunset.jpg");
document.images.cabinet.title= ("Sunset");
}
}

function change_cabinet2 ()
{
if (document.images)
{
document.images.cabinet.src= ("colors/cabinets/cherry.jpg");
document.images.cabinet.title= ("Yorkshire Cherry");
}
}

function change_cabinet3 ()
{
if (document.images)
{
document.images.cabinet.src= ("colors/cabinets/maple.jpg");
document.images.cabinet.title= ("Hardrock Maple");
}
}

function change_cabinet4 ()
{
if (document.images)
{
document.images.cabinet.src= ("colors/cabinets/beige.jpg");
document.images.cabinet.title= ("Beige");
}
}

function change_cabinet5 ()
{
if (document.images)
{
document.images.cabinet.src= ("colors/cabinets/sambainrio.jpg");
document.images.cabinet.title= ("Samba in Rio");
}
}

function change_cabinet6 ()
{
if (document.images)
{
document.images.cabinet.src= ("colors/cabinets/custom.jpg");
document.images.cabinet.title= ("Brunswick Wheat *Upgrade*");
}
}

function change_counter1 ()
{
if (document.images)
{
document.images.counter.src= ("colors/counters/etchedgold.jpg");
document.images.counter.title= ("Etched Gold");
}
}

function change_counter2 ()
{
if (document.images)
{
document.images.counter.src= ("colors/counters/rockyroad.jpg");
document.images.counter.title= ("Rocky Road");
}
}

function change_counter3 ()
{
if (document.images)
{
document.images.counter.src= ("colors/counters/eternalcity.jpg");
document.images.counter.title= ("Eternal City");
}
}

function change_counter4 ()
{
if (document.images)
{
document.images.counter.src= ("colors/counters/rockon.jpg");
document.images.counter.title= ("Rock On");
}
}

function change_counter5 ()
{
if (document.images)
{
document.images.counter.src= ("colors/counters/rockymthigh.jpg");
document.images.counter.title= ("Rocky Mountain");
}
}

function change_counter6 ()
{
if (document.images)
{
document.images.counter.src= ("colors/counters/filletomarble.jpg");
document.images.counter.title= ("Filleto Marble");
}
}

function change_counter7 ()
{
if (document.images)
{
document.images.counter.src= ("colors/counters/slateimpression.jpg");
document.images.counter.title= ("Slate Impression");
}
}

function change_counter8 ()
{
if (document.images)
{
document.images.counter.src= ("colors/counters/smokegranite.jpg");
document.images.counter.title= ("Smoke Granite");
}
}

function change_counter9 ()
{
if (document.images)
{
document.images.counter.src= ("colors/counters/oliveorganix.jpg");
document.images.counter.title= ("Olive Organix");
}
}