Config = {
	player_path : 'typo3conf/ext/ac_config/sys/swf/allplan_player.swf',
	player_assets_path : 'typo3conf/ext/ac_config/sys/swf/allplan_player_assets.swf'
};

Config.get = function (p)
{
	return this[p];
};