function openMusic()
{
	// aktuelle Kategorie wird mit gegeben und als Dateiname für Musikstück geused >> MUSIK SOLLTE WIEDER RAUS!
	var MusicBox = window.open('/music/index.php?kat=TantraAtmo_2c&play=1','MusicBox','width=250,height=270,location=no,scrollbars=no,menubar=no,toolbar=no,resizable=1,statusbar=no');
	focus(); // öffnet das neue Fenster im Hintergrund
} 

function stopMusic()
{
	// aktuelle Kategorie wird mit gegeben und als Dateiname für Musikstück geused >> MUSIK SOLLTE WIEDER RAUS!
	var MusicBox = window.open('/music/index.php?stop=music','MusicBox','width=250,height=270,location=no,scrollbars=no,menubar=no,toolbar=no,resizable=1,statusbar=no');
	focus(); // öffnet das neue Fenster im Hintergrund
} 

