

//go button images

gor= new Image();
gor.src = 'images/go-button-r.gif';

goy= new Image();
goy.src = 'images/go-button-y.gif';

gop= new Image();
gop.src = 'images/go-button-p.gif';


gob= new Image();
gob.src = 'images/go-button-b.gif';

//furniture images
if (furnitureon){

furniturer= new Image();
furniturer.src = 'images/nav-small-hardwood-r-on.gif';

furniturey= new Image();
furniturey.src = 'images/nav-small-hardwood-y-on.gif';

furniturep= new Image();
furniturep.src = 'images/nav-small-hardwood-p-on.gif';

}else {

furniturer= new Image();
furniturer.src = 'images/nav-small-hardwood-r.gif';

furniturey= new Image();
furniturey.src = 'images/nav-small-hardwood-y.gif';

furniturep= new Image();
furniturep.src = 'images/nav-small-hardwood-p.gif';




}

//textiles images
if (textileson){

textilesr= new Image();
textilesr.src = 'images/nav-small-pattern-r-on.gif';

textilesy= new Image();
textilesy.src = 'images/nav-small-pattern-y-on.gif';

textilesp= new Image();
textilesp.src = 'images/nav-small-pattern-p-on.gif';


}else {

textilesr= new Image();
textilesr.src = 'images/nav-small-pattern-r.gif';

textilesy= new Image();
textilesy.src = 'images/nav-small-pattern-y.gif';

textilesp= new Image();
textilesp.src = 'images/nav-small-pattern-p.gif';




}

//acc images

if (accessorieson){
accessoriesr= new Image();
accessoriesr.src = 'images/nav-small-alternate-r-on.gif';

accessoriesy= new Image();
accessoriesy.src = 'images/nav-small-alternate-y-on.gif';

accessoriesp= new Image();
accessoriesp.src = 'images/nav-small-alternate-p-on.gif';

accessoriesg= new Image();
accessoriesg.src = 'images/nav-small-alternate-g-on.gif';
}else {
accessoriesr= new Image();
accessoriesr.src = 'images/nav-small-alternate-r.gif';

accessoriesy= new Image();
accessoriesy.src = 'images/nav-small-alternate-y.gif';

accessoriesp= new Image();
accessoriesp.src = 'images/nav-small-alternate-p.gif';



}


homeover= new Image();
homeover.src = 'images/nav-home-on.gif';
homeoff= new Image();
homeoff.src = 'images/nav-home.gif';

productsover= new Image();
productsover.src = 'images/nav-products-on.gif';
productsoff= new Image();
productsoff.src = 'images/nav-products.gif';

servicesover= new Image();
servicesover.src = 'images/nav-services-on.gif';
servicesoff= new Image();
servicesoff.src = 'images/nav-services.gif';

contactusover= new Image();
contactusover.src = 'images/nav-contact-us-on.gif';
contactusoff= new Image();
contactusoff.src = 'images/nav-contact-us.gif';

aboutdesignerover= new Image();
aboutdesignerover.src = 'images/nav-about-designer-on.gif';
aboutdesigneroff= new Image();
aboutdesigneroff.src = 'images/nav-about-designer.gif';


specialsover= new Image();
specialsover.src = 'images/nav-specials-on.gif';
specialsoff= new Image();
specialsoff.src = 'images/nav-specials.gif';