function call_submit(id)
{
document.getElementById(id).amount.value=document.getElementById(id).parsed_amount.value;
document.getElementById(id).currency_code.value='USD';
document.getElementById(id).business.value='openwin@mcn.org';
document.getElementById(id).action="https://www.paypal.com/cgi-bin/webscr";
document.getElementById(id).submit();
}