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

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


var ticketcenter = new Navigation({
	ticketcenter: {
		promotions	 	: { filename: "promotions.png",		contentpane: 3				}
		,ticketpackages	: { filename: "ticketpackages.png",	contentpane: 4,	on: true	}
	}
});

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




//
//	A client change in wireframe eliminated this content pane 12/12/08.
//
//	var gamecenter = new Navigation({
//		gamecenter: {
//			schedule 		: { filename: "schedule.png",		contentpane: 1				}
//			,standings		: { filename: "standings.png",		contentpane: 2,	on: true	}
//		}
//	});
