function openMyPlayList () 
{
	PlaylistWindow = window.open('/playlistpopup.html', "DS-Extrem.de - Playlist Fenster", "width=500,height=360,left=20,top=20");
	PlaylistWindow.focus();
	return false;
}


