// JScript source code

function cartgotopayment(valueclick)
{
  document.recalculate.todo.value=valueclick
  document.recalculate.submit();
}
