function formHandlerPay(pay){
var URL = document.pay.payment.options[document.pay.payment.selectedIndex].value;
window.location.href = URL;
}