function check_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='billing@LABridge.com';document.getElementById(id).action="https://www.paypal.com/cgi-bin/webscr";document.getElementById(id).submit();}