function sendSeat(block,trib,seat){
	window.open('popup_invite.php?bl=' + block + '&tr=' + trib + '&se=' + seat , 'StadiumPopup', 'scrollbars=no,width=300,height=400');
}


function voteFanpost(nr){
  fenster = window.open('popup_fanpost.php?vid='  + nr, 'fanpost', 'scrollbars=yes,width=760,height=640');
  fenster.focus();
}


function openGame(url){
  fenster = window.open(url, 'games', 'scrollbars=no,width=950,height=470');
  fenster.focus();
}
