function loadPlayer(mp3) {
	var player_win = window.open("http://www.andreas-bick.de/rootsdata/flash/player.php?mp3="+mp3, "bick_player", "width=800,height=100,locationbar=no");
	player_win.focus();
	
}
function loadDownload(mp3) {
	var download_win = window.open("http://www.andreas-bick.de/rootsdata/flash/download.php?mp3="+mp3, "bick_download");
	
}
function closePlayer(mp3) {
	document.getElementById("allcontent").style.top = "0px";
	document.getElementById("fixme").style.visibility = "hidden";
	document.getElementById("fixme").style.height = "1px";
	document.getElementById("frame_player").src = "http://www.andreas-bick.de/rootsdata/img_frontend/1.gif";
	
}