var flamWin = "";
function openFlamPlayer()
{
	if(flamWin.location && !flamWin.closed)
		flamWin.close();
	flamWin = window.open("musicPlayer.html", "MusicPlayer", "width=400,height=400,scrollbars=no,toolbar=no,location=no,status=no,resizable=no");
}

function openOudNieuwFlash() {
	var w = 800;
	var h = 500;
	var x = (screen.width - w) / 2;
	var y = (screen.height - h) / 2;
	window.open("http://www.23plus8.com/oudNieuwFlash.html", "", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,top=" + y + ",left=" + x + ",width=" + w + ",height=" + h);	
}
