<!--

var neues;
var didopen=false;

function html_code(theURL,winName) { 
    if  (didopen)  neues.close();
	didopen=true;
 features = "width=500,height=250,scrollbars=yes,resizable=no";
 neues = window.open(theURL,"displaywindow",features);
}

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();} 
}

//-->
