

function show(name, cache)
       {
       document.images[name].src = eval(cache + ".src");
       }


clear = new Image(50,50);
clear.src = "images/clear.gif";

about = new Image(50,50);
about.src = "images/about_off.gif";

about_on = new Image(50,50);
about_on.src = "images/about_on.gif";

services = new Image(50,50);
services.src = "images/services_off.gif";

services_on = new Image(50,50);
services_on.src = "images/services_on.gif";


gallery = new Image(50,50);
gallery.src = "images/gallery_off.gif";

gallery_on = new Image(50,50);
gallery_on.src = "images/gallery_on.gif";

contact = new Image(50,50);
contact.src = "images/contact_off.gif";

contact_on = new Image(50,50);
contact_on.src = "images/contact_on.gif";

apparel = new Image(50,50);
apparel.src = "images/apparel_off.gif";

apparel_on = new Image(50,50);
apparel_on.src = "images/apparel_on.gif";

decorative = new Image(50,50);
decorative.src = "images/decorative_off.gif";

decorative_on = new Image(50,50);
decorative_on.src = "images/decorative_on.gif";

home = new Image(50,50);
home.src = "images/home_off.gif";

home_on = new Image(50,50);
home_on.src = "images/home_on.gif";

wallpaper = new Image(50,50);
wallpaper.src = "images/wallpaper_off.gif";

wallpaper_on = new Image(50,50);
wallpaper_on.src = "images/wallpaper_on.gif";

