
function filter (imagename, objectsrc) {
	if (document.images) {
	document.images[imagename].src=eval(objectsrc+".src")
	}
}

if (document.images) {

// main //
	news = new Image;
	news_on = new Image;
	news.src="/flames/graphics/icons/arrow.gif";
	news_on.src="/flames/graphics/icons/arrow_on.gif";

	players = new Image;
	players_on = new Image;
	players.src="/flames/graphics/icons/arrow.gif";
	players_on.src="/flames/graphics/icons/arrow_on.gif";

	season = new Image;
	season_on = new Image;
	season.src="/flames/graphics/icons/arrow.gif";
	season_on.src="/flames/graphics/icons/arrow_on.gif";

	archives = new Image;
	archives_on = new Image;
	archives.src="/flames/graphics/icons/arrow.gif";
	archives_on.src="/flames/graphics/icons/arrow_on.gif";

	aboutus = new Image;
	aboutus_on = new Image;
	aboutus.src="/flames/graphics/icons/arrow.gif";
	aboutus_on.src="/flames/graphics/icons/arrow_on.gif";

	store = new Image;
	store_on = new Image;
	store.src="/flames/graphics/icons/arrow.gif";
	store_on.src="/flames/graphics/icons/arrow_on.gif";

	fanforum = new Image;
	fanforum_on = new Image;
	fanforum.src="/flames/graphics/icons/arrow.gif";
	fanforum_on.src="/flames/graphics/icons/arrow_on.gif";
	
		
// players //
	players_rosters = new Image;
	players_rosters_on = new Image;
	players_rosters.src="/flames/graphics/icons/arrow.gif";
	players_rosters_on.src="/flames/graphics/icons/arrow_on.gif";
	
	players_stats = new Image;
	players_stats_on = new Image;
	players_stats.src="/flames/graphics/icons/arrow.gif";
	players_stats_on.src="/flames/graphics/icons/arrow_on.gif";
	
	players_awards = new Image;
	players_awards_on = new Image;
	players_awards.src="/flames/graphics/icons/arrow.gif";
	players_awards_on.src="/flames/graphics/icons/arrow_on.gif";
	
	players_records = new Image;
	players_records_on = new Image;
	players_records.src="/flames/graphics/icons/arrow.gif";
	players_records_on.src="/flames/graphics/icons/arrow_on.gif";
// /players

// season //
	season_schedule = new Image;
	season_schedule_on = new Image;
	season_schedule.src="/flames/graphics/icons/arrow.gif";
	season_schedule_on.src="/flames/graphics/icons/arrow_on.gif";
	
	season_standings = new Image;
	season_standings_on = new Image;
	season_standings.src="/flames/graphics/icons/arrow.gif";
	season_standings_on.src="/flames/graphics/icons/arrow_on.gif";
	
	season_stats = new Image;
	season_stats_on = new Image;
	season_stats.src="/flames/graphics/icons/arrow.gif";
	season_stats_on.src="/flames/graphics/icons/arrow_on.gif";
// /season

// archives //
	archives_season = new Image;
	archives_season_on = new Image;
	archives_season.src="/flames/graphics/icons/arrow.gif";
	archives_season_on.src="/flames/graphics/icons/arrow_on.gif";

	archives_standings = new Image;
	archives_standings_on = new Image;
	archives_standings.src="/flames/graphics/icons/arrow.gif";
	archives_standings_on.src="/flames/graphics/icons/arrow_on.gif";

	archives_tournaments = new Image;
	archives_tournaments_on = new Image;
	archives_tournaments.src="/flames/graphics/icons/arrow.gif";
	archives_tournaments_on.src="/flames/graphics/icons/arrow_on.gif";

	archives_friendlies = new Image;
	archives_friendlies_on = new Image;
	archives_friendlies.src="/flames/graphics/icons/arrow.gif";
	archives_friendlies_on.src="/flames/graphics/icons/arrow_on.gif";

	archives_avi = new Image;
	archives_avi_on = new Image;
	archives_avi.src="/flames/graphics/icons/arrow.gif";
	archives_avi_on.src="/flames/graphics/icons/arrow_on.gif";

	archives_msgboard = new Image;
	archives_msgboard_on = new Image;
	archives_msgboard.src="/flames/graphics/icons/arrow.gif";
	archives_msgboard_on.src="/flames/graphics/icons/arrow_on.gif";

// /archives

// about //
	about_history = new Image;
	about_history_on = new Image;
	about_history.src="/flames/graphics/icons/arrow.gif";
	about_history_on.src="/flames/graphics/icons/arrow_on.gif";

	about_contacts = new Image;
	about_contacts_on = new Image;
	about_contacts.src="/flames/graphics/icons/arrow.gif";
	about_contacts_on.src="/flames/graphics/icons/arrow_on.gif";
// /about

	msgboard = new Image;
	msgboard_on = new Image;
	msgboard.src="/flames/graphics/icons/arrow.gif";
	msgboard_on.src="/flames/graphics/icons/arrow_on.gif";

	newmember = new Image;
	newmember_on = new Image;
	newmember.src="/flames/graphics/icons/arrow.gif";
	newmember_on.src="/flames/graphics/icons/arrow_on.gif";

	advertise = new Image;
	advertise_on = new Image;
	advertise.src="/flames/graphics/icons/arrow.gif";
	advertise_on.src="/flames/graphics/icons/arrow_on.gif";

	hallfame = new Image;
	hallfame_on = new Image;
	hallfame.src="/flames/graphics/icons/arrow.gif";
	hallfame_on.src="/flames/graphics/icons/arrow_on.gif";

	directions = new Image;
	directions_on = new Image;
	directions.src="/flames/graphics/icons/arrow.gif";
	directions_on.src="/flames/graphics/icons/arrow_on.gif";

	sponsors = new Image;
	sponsors_on = new Image;
	sponsors.src="/flames/graphics/icons/arrow.gif";
	sponsors_on.src="/flames/graphics/icons/arrow_on.gif";

	links = new Image;
	links_on = new Image;
	links.src="/flames/graphics/icons/arrow.gif";
	links_on.src="/flames/graphics/icons/arrow_on.gif";

	sitemap = new Image;
	sitemap_on = new Image;
	sitemap.src="/flames/graphics/icons/arrow.gif";
	sitemap_on.src="/flames/graphics/icons/arrow_on.gif";
}
