function player (id, t) {
	if(t == 'pop_radio') playerw = window.open("http://www.music.lt/popup.php?mp3;player."+id+";type."+t, "player", "width=630,height=400,resizable=0");
	else playerw = window.open("http://www.music.lt/popup.php?mp3;player."+id+";type."+t, "player", "width=690,height=555,resizable=0");
	playerw.opener = self;
	return false;
}
