function PayPalFee(amount){ return Math.round(((0.0299*amount+0.39)/0.9701)*100)/100; }