
window.onload=function(){
	// w=window.open('','music_play','top=10,left=10,width=140,height=40,statusbar=no,menubar=no');
	//if (!w.isplaying)
	//{
	//	w=window.open('play.php','music_play','top=10,left=10,width=140,height=40,statusbar=no,menubar=no');
	//	w.focus();
	//}

	//g=window.open('popup.php','gueggeli','top=250,left=30,height=150,width=240,statusbar=no,menubar=no,scrollbar=no');
	//if (!g.isplaying)
	//{
	//	g=window.open('popup.php','gueggeli','top=250,left=30,height=150,width=240,statusbar=no,menubar=no,scrollbar=no');
	//	g.focus();
	//}
}

function play_song(that)
{
	w=window.open(that.href,
		'Playing',
		'width=300,height=100,location=no,status=no,toolbar=no,menubar=no');
	w.focus();
	//w.document.titel='Playing Sound Sample';
}
