function call_submit(id)
{
document.getElementById(id).currency_code.value='USD';
document.getElementById(id).action="https://checkout.google.com/api/checkout/v2/checkoutForm/Merchant/001/checkoutForm";
document.getElementById(id).submit();
}