/*
 *	This is the (site-specific) configuration file for the content pane navigation tabs.
 *
 *	@date 2008-11-21
 */

///////////////////////////////////////////////////////////////////////////

var gamecenter = new Navigation({
	gamecenter: {
		nextgames	: { filename: "nextgames.png",	contentpane: 1,	on: true }
	}
});

var featuredplayers = new Navigation({
	featuredplayers: {
		playeroftheweek	 	: { filename: "playeroftheweek.jpg",	contentpane: 3,	on: true }
		,playersofthemonth	: { filename: "playersofthemonth.jpg",	contentpane: 4	}
	}
});

var standingscenter = new Navigation({
	standingscenter: {
		standings	: { filename: "standings.jpg",	contentpane: 5,	on: true }
		,leaders	: { filename: "leaders.jpg",	contentpane: 6	}
	}
});

///////////////////////////////////////////////////////////////////////////
