function PopPlayerWindow(Url)
{
	var winder = window.open(Url, "SoundPlayer", "toolbar=0,width=250,height=125,resizable=0,titlebar=0");
	winder.focus();
}
