var g_config = {
	
	playerMode : 'a',                   //options include l (live) and a (archive)      
	skinPlayer : true,                  //Should the player be skinned (options include true/false)
													//NOTE: If the browser is IE6 or below the player will not be skinned, regardless of this setting
	chatEnabled : true,                 //Should chat be enabled (if the playermode is archived this setting will default to false)
	firstSlide : '001',
	lastSlide : '266',
	
	/****** configure player identity ******/
	logo : 'cho_logo.png',           //the filename of the logo image (this assumes the image is located in player-identity
	
	logoHeight : '100',
	logoWidth : '267',
	companyTitle : 'Chordoma Foundation',
	bodyBackgroundColor : '#D5EFFC',    //this should be a valid html color (either hex or supported named color)
	bodyHasBackgroundImage : true,      //options include true/false
	backgroundImage : 'body.jpg',       //if bodyHasBackgroundImage this should be set to a valid image filename (this assumes the image is located in player-identity
													//the assumption here is that the image will only repeat horizontally, along the x-axis
													
	headerLinkColor : '#FFFFFF',        //this should be a valid html color (either hex or support named color)
	footerLinkColor : '#174866',        //this should be a valid html color (either hex or support named color)
	player : 'dpvi',                     //dpvi or dpv
	/***************************************/
	
	/****** enable/disable sections ******/
	showAgenda : true,
	showVideo : true,
	showResources : false,
	showFooter : true,
	showHeaderNavBar : true,
	showPlayerNavBar : true
	/***************************************/
};

