function check_submit(id)
{
document.getElementById(id).currency_code.value='GBP';

document.getElementById(id).business.value='simonahope@googlemail.com';
document.getElementById(id).action="https://www.paypal.com/cgi-bin/webscr";
document.getElementById(id).submit();
}