function TOkaufen(todix) {
  TOWindow = window.open('https:///www.ticketonline.de/trans/prlist?LI=268&LG=DE&MENU=NO&IDX='+todix, 'TicketOnline', 'width=650,height=650,resizable=1');
  TOWindow.focus();
}
function TO30kaufen(tourl) {
  TOWindow = window.open(tourl, 'TicketOnline', 'width=650,height=700,resizable=1,scrollbars=yes');
  TOWindow.focus();
}
