﻿function submitPayPal() {
    //ORIGINALLY PASSED id, WHICH WAS THE hosted_button_id VALUE
    //document.getElementById('hosted_button_id').value = id;
    document.getElementById('aspnetForm').action = 'https://www.paypal.com/cgi-bin/webscr';
//    if (document.getElementById('max_amount').value != '') {
//        document.getElementById('aspnetForm').action = 'https://www.paypal.com/cgi-bin/webscr';
//    }
//    else {
//        alert('Please enter a valid donation amount ($20 or more)');
//        document.getElementById('max_amount').value == '20.00';
//    }
}


