<!--

var neues;
var didopen=false;

function openPaymentPopup(url) { 
  newwindow = window.open(url, 'callandpay', 'height=404,width=320,resizable=no,menubar=no,status=no,location=no,toolbar=no,titlebar=no,scrollbars=no,directories=no'); 
  if (window.focus) {newwindow.focus();} 
}

function rangliste(theURL,winName) { 
 if  (didopen)  neues.close();
	didopen=true;
 features = "width=1000,height=770,scrollbars=yes,resizable=yes";
 neues = window.open(theURL,"rangliste",features);
}

//-->
