Window.onDomReady(function()
{
	new Accordion($$('div.toggler'), $$('div.accordion'), 
	{
		display: false,
		alwaysHide: true,

		onActive: function(toggler, i)
		{
			toggler.getFirst() ? toggler.getFirst().setStyle('color', '#FFFFFF') : toggler.setStyle('color', '#FFFFFF');
		},

		onBackground: function(toggler, i)
		{
			toggler.getFirst() ? toggler.getFirst().setStyle('color', '#FFFFFF') : toggler.setStyle('color', '#FFFFFF');
		}
	});
	
});


function player(){
	x = parseInt((window.screen.width - 340)/2);
	y = parseInt((window.screen.height - 500)/2);

	window.open ("player/index.html", "metrical", "top="+y+",left="+x+",width=340, height=500, location=0, menubar=0, resizable=0, scrollbars=1, status=1, titlebar=1, toolbar=0");
	};

function playerboulevard(){
	x = parseInt((window.screen.width - 340)/2);
	y = parseInt((window.screen.height - 500)/2);

	window.open ("player/boulevard.html", "metrical", "top="+y+",left="+x+",width=340, height=500, location=0, menubar=0, resizable=0, scrollbars=1, status=1, titlebar=1, toolbar=0");
	};

function playerkultur(){
	x = parseInt((window.screen.width - 340)/2);
	y = parseInt((window.screen.height - 500)/2);

	window.open ("player/kultur.html", "metrical", "top="+y+",left="+x+",width=340, height=500, location=0, menubar=0, resizable=0, scrollbars=1, status=1, titlebar=1, toolbar=0");
	};
	
function playersido(){
	x = parseInt((window.screen.width - 340)/2);
	y = parseInt((window.screen.height - 500)/2);

	window.open ("player/sido.html", "metrical", "top="+y+",left="+x+",width=340, height=500, location=0, menubar=0, resizable=0, scrollbars=1, status=1, titlebar=1, toolbar=0");
	};