function otworzPopup() {
   window.open("player_ext/player_main.php","myPlayer","status=0,height=320,width=303,resizable=0,left=400,top=200");
}

function otworzPopupWmp(kanal) {
   window.open("player_ext/player_inner_wmp.php?kanal="+kanal,"wmpPlayer","status=0,height=600,width=320,resizable=0,left=400,top=200");
}

