function brnPop(bid) {
	var id=parseInt(bid);
	window.open("brnplayer.php?bid=" + id, "brnPlayer", "width=600, height=500, scrollbars=yes");
}
function realPop(bid) {
	var id=parseInt(bid);
	window.open("realplayer.php?bid=" + id, "brnPlayer", "width=600, height=500, scrollbars=yes");
}
function onairPop() {
	window.open("onairplayer.php", "brnPlayer", "width=490, height=340, scrollbars=yes");
}
function morePerson(bid) {
	var id=parseInt(bid);
	opener.location.href="more.php?person=" + id;
	opener.focus();
}
function moreFirma(bid) {
	var id=parseInt(bid);
	opener.location.href="more.php?firma=" + id;
	opener.focus();
}
