// Preloader - only images not using the popup menus are using these, but leave them all in just in case

    item1off = new Image(140,40);
    item1off.src = "graphics/button-home.gif";
    item1on = new Image(140,40);
    item1on.src = "graphics/button-home-over.gif";

    item2off = new Image(140,40);
    item2off.src = "graphics/button-dining.gif";
    item2on = new Image(140,40);
    item2on.src = "graphics/button-dining-over.gif";

    item3off = new Image(140,40);
    item3off.src = "graphics/button-things.gif";
    item3on = new Image(140,40);
    item3on.src = "graphics/button-things-over.gif";

    item4off = new Image(140,40);
    item4off.src = "graphics/button-places.gif";
    item4on = new Image(140,40);
    item4on.src = "graphics/button-places-over.gif";

    item5off = new Image(140,40);
    item5off.src = "graphics/button-getaways.gif";
    item5on = new Image(140,40);
    item5on.src = "graphics/button-getaways-over.gif";

    item6off = new Image(140,40);
    item6off.src = "graphics/button-photos.gif";
    item6on = new Image(140,40);
    item6on.src = "graphics/button-photos-over.gif";

    item7off = new Image(140,40);
    item7off.src = "graphics/button-map.gif";
    item7on = new Image(140,40);
    item7on.src = "graphics/button-map-over.gif";

    item8off = new Image(140,40);
    item8off.src = "graphics/button-otherlinks.gif";
    item8on = new Image(140,40);
    item8on.src = "graphics/button-otherlinks-over.gif";

    item9off = new Image(140,40);
    item9off.src = "graphics/button-members.gif";
    item9on = new Image(140,40);
    item9on.src = "graphics/button-members-over.gif";

    item10off = new Image(140,40);
    item10off.src = "graphics/button-contact.gif";
    item10on = new Image(140,40);
    item10on.src = "graphics/button-contact-over.gif";

    item11off = new Image(140,40);
    item11off.src = "graphics/button-lodging.gif";
    item11on = new Image(140,40);
    item11on.src = "graphics/button-lodging-over.gif";

    item12off = new Image(140,40);
    item12off.src = "graphics/button-outdoor-fun.gif";
    item12on = new Image(140,40);
    item12on.src = "graphics/button-outdoor-fun-over.gif";

    item13off = new Image(140,40);
    item13off.src = "graphics/button-scenic-byways.gif";
    item13on = new Image(140,40);
    item13on.src = "graphics/button-scenic-byways-over.gif";


// Image dimensions are WIDTH in pixels, HEIGHT in pixels.
