strPath = "http://www.riverspace.org/images-v2/";

imgBuy = new Image();
imgBuy.src = strPath + "buy.jpg";
imgBuyFocus = new Image();
imgBuyFocus.src = strPath + "buy-focus.jpg";
imgInfo = new Image();
imgInfo.src = strPath + "info.jpg";
imgInfoFocus = new Image();
imgInfoFocus.src = strPath + "info-focus.jpg";

imgConversations = new Image();
imgConversations.src = strPath + "conversations.jpg";
imgConversationsFocus = new Image();
imgConversationsFocus.src = strPath + "conversations-focus.jpg";
imgFamily = new Image();
imgFamily.src = strPath + "family.jpg";
imgFamilyFocus = new Image();
imgFamilyFocus.src = strPath + "family-focus.jpg";
imgFilm = new Image();
imgFilm.src = strPath + "film.jpg";
imgFilmFocus = new Image();
imgFilmFocus.src = strPath + "film-focus.jpg";
imgMusic = new Image();
imgMusic.src = strPath + "music.jpg";
imgMusicFocus = new Image();
imgMusicFocus.src = strPath + "music-focus.jpg";
imgPoetry = new Image();
imgPoetry.src = strPath + "poetry.jpg";
imgPoetryFocus = new Image();
imgPoetryFocus.src = strPath + "poetry-focus.jpg";
imgSpecialEvents = new Image();
imgSpecialEvents.src = strPath + "special-events.jpg";
imgSpecialEventsFocus = new Image();
imgSpecialEventsFocus.src = strPath + "special-events-focus.jpg";
imgTheater = new Image();
imgTheater.src = strPath + "theater.jpg";
imgTheaterFocus = new Image();
imgTheaterFocus.src = strPath + "theater-focus.jpg";
imgVisualArts = new Image();
imgVisualArts.src = strPath + "visual-arts.jpg";
imgVisualArtsFocus = new Image();
imgVisualArtsFocus.src = strPath + "visual-arts-focus.jpg";
