// error handling
function stopError()
{
        return true;
}

function openWindow(choice) {
  newWindow = window.open(choice,'payment','toolbar=yes,resizable=yes,width=400,height=550,left=25,top=25,scrollbars=yes') 
  newWindow.focus()
}